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
This commit is contained in:
Christine Caulfield 2008-08-27 13:30:52 +00:00
parent 2bab5b36cc
commit c60fc43bcb

View File

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