chiark / gitweb /
dhcp: Add function to free DHCP client data
[elogind.git] / src / systemd / sd-dhcp-client.h
index 395c12d2533b2bd48fae76afc55933727127cea7..fdc5b2dcba303aa6ddf8448c24182eb1e41b397c 100644 (file)
@@ -57,6 +57,7 @@ int sd_dhcp_client_get_router(sd_dhcp_client *client, struct in_addr *addr);
 
 int sd_dhcp_client_stop(sd_dhcp_client *client);
 int sd_dhcp_client_start(sd_dhcp_client *client);
+sd_dhcp_client *sd_dhcp_client_free(sd_dhcp_client *client);
 sd_dhcp_client *sd_dhcp_client_new(sd_event *event);
 
 #endif