]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Change delete to remove for consistency with omapi changes.
authorTed Lemon <source@isc.org>
Thu, 16 Sep 1999 04:56:10 +0000 (04:56 +0000)
committerTed Lemon <source@isc.org>
Thu, 16 Sep 1999 04:56:10 +0000 (04:56 +0000)
dhcpctl/dhcpctl.c
dhcpctl/dhcpctl.h

index c9f44c36fa7fec8f3ccf844ee48cd7cddfecad7b..103724050e6811181d26ab6009fbd5192165352e 100644 (file)
@@ -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;
index 96b1d8446196424a7d92bb8f56ccc18b22a94b22..bd70edb6912bfe1f7ca858ce17234ac9cbdadd58 100644 (file)
@@ -60,7 +60,7 @@ dhcpctl_status dhcpctl_set_string_value (dhcpctl_handle, char *, char *);
 dhcpctl_status dhcpctl_set_boolean_value (dhcpctl_handle, int, char *);
 dhcpctl_status dhcpctl_object_update (dhcpctl_handle, dhcpctl_handle);
 dhcpctl_status dhcpctl_object_refresh (dhcpctl_handle, dhcpctl_handle);
-dhcpctl_status dhcpctl_object_delete (dhcpctl_handle, dhcpctl_handle);
+dhcpctl_status dhcpctl_object_remove (dhcpctl_handle, dhcpctl_handle);
 
 dhcpctl_status dhcpctl_set_callback (dhcpctl_handle, void *,
                                     void (*) (dhcpctl_handle,