From 8319638c7ec38544ceec1321766a57cc8ebfa470 Mon Sep 17 00:00:00 2001 From: Julien Massot Date: Fri, 10 Dec 2010 11:00:35 +0000 Subject: dhcp: Add function to clear DHCP configuration --- include/dhcp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/dhcp.h b/include/dhcp.h index e10f874d..ce3e6f41 100644 --- a/include/dhcp.h +++ b/include/dhcp.h @@ -57,6 +57,7 @@ void connman_dhcp_set_value(struct connman_dhcp *dhcp, void connman_dhcp_bound(struct connman_dhcp *dhcp); void connman_dhcp_renew(struct connman_dhcp *dhcp); +void connman_dhcp_release(struct connman_dhcp *dhcp); void connman_dhcp_fail(struct connman_dhcp *dhcp); void *connman_dhcp_get_data(struct connman_dhcp *dhcp); -- cgit v1.2.3