summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dhcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dhcp.h b/include/dhcp.h
index 2d6704ca..2ec471c0 100644
--- a/include/dhcp.h
+++ b/include/dhcp.h
@@ -49,6 +49,8 @@ int connman_dhcp_get_index(struct connman_dhcp *dhcp);
char *connman_dhcp_get_interface(struct connman_dhcp *dhcp);
void connman_dhcp_bound(struct connman_dhcp *dhcp);
+void connman_dhcp_renew(struct connman_dhcp *dhcp);
+void connman_dhcp_fail(struct connman_dhcp *dhcp);
struct connman_dhcp_driver {
const char *name;