Просмотр исходного кода

Fix the names of confdb_object_find_destroy and confdb_object_iter_destroy.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1661 fd59a12c-fef9-0310-b244-a6a79926bd2f
Christine Caulfield 17 лет назад
Родитель
Сommit
c60fc43bcb
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      lib/confdb.c

+ 2 - 2
lib/confdb.c

@@ -673,7 +673,7 @@ error_exit:
 	return (error);
 	return (error);
 }
 }
 
 
-confdb_error_t object_find_destroy(
+confdb_error_t confdb_object_find_destroy(
 	confdb_handle_t handle,
 	confdb_handle_t handle,
 	unsigned int parent_object_handle)
 	unsigned int parent_object_handle)
 {
 {
@@ -697,7 +697,7 @@ confdb_error_t object_find_destroy(
 	return error;
 	return error;
 }
 }
 
 
-confdb_error_t object_iter_destroy(
+confdb_error_t confdb_object_iter_destroy(
 	confdb_handle_t handle,
 	confdb_handle_t handle,
 	unsigned int parent_object_handle)
 	unsigned int parent_object_handle)
 {
 {