mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-05 13:27:14 +00:00
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:
parent
2bab5b36cc
commit
c60fc43bcb
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user