summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-07 07:19:29 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-12-07 07:19:29 +0100
commit21cf9622d48ac41f86c7fe186c6b617e5f661189 (patch)
treee68d23e78df5241f5f0110a378f8476ab8076a66 /include
parent217e0391609f18725d7d6267045b21960bd81faa (diff)
downloadconnman-21cf9622d48ac41f86c7fe186c6b617e5f661189.tar.gz
connman-21cf9622d48ac41f86c7fe186c6b617e5f661189.tar.bz2
connman-21cf9622d48ac41f86c7fe186c6b617e5f661189.zip
Add DHCP bound, renew and fail handling
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;