summaryrefslogtreecommitdiff
path: root/dhcpctl/dhcpctl.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-09-16 04:56:10 +0000
committerTed Lemon <source@isc.org>1999-09-16 04:56:10 +0000
commit83b89e9739d41bc1e197f1250425ea726f9d8ce5 (patch)
treea09245cc6acefb4ad391d83dcad87163019c7db0 /dhcpctl/dhcpctl.c
parentccce1cc621b8464a56ec806d62392cc8a13005d5 (diff)
downloadisc-dhcp-83b89e9739d41bc1e197f1250425ea726f9d8ce5.tar.gz
Change delete to remove for consistency with omapi changes.
Diffstat (limited to 'dhcpctl/dhcpctl.c')
-rw-r--r--dhcpctl/dhcpctl.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/dhcpctl/dhcpctl.c b/dhcpctl/dhcpctl.c
index c9f44c36..10372405 100644
--- a/dhcpctl/dhcpctl.c
+++ b/dhcpctl/dhcpctl.c
@@ -424,11 +424,12 @@ dhcpctl_status dhcpctl_object_refresh (dhcpctl_handle connection,
return status;
}
-/* Requests a refresh on the object referenced by the handle (there
+/* Requests the removal of the object referenced by the handle (there
can't be any other work in progress on the handle). A
- refresh means local parameters are updated from the server. */
+ removal means that all searchable references to the object on the
+ server are deleted. */
-dhcpctl_status dhcpctl_object_delete (dhcpctl_handle connection,
+dhcpctl_status dhcpctl_object_remove (dhcpctl_handle connection,
dhcpctl_handle h)
{
isc_result_t status;