summaryrefslogtreecommitdiff
path: root/include/dhcp.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-07 09:03:10 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-12-07 09:03:10 +0100
commit7cfbad4c56b9ecb710c2cba35a6c5d72442b611b (patch)
tree3bf578022fe046c6cab1c7bcd929f5d3b8b44edb /include/dhcp.h
parentdbd30c41c1c066b7ac71037dd07b9bc69acbb10d (diff)
downloadconnman-7cfbad4c56b9ecb710c2cba35a6c5d72442b611b.tar.gz
connman-7cfbad4c56b9ecb710c2cba35a6c5d72442b611b.tar.bz2
connman-7cfbad4c56b9ecb710c2cba35a6c5d72442b611b.zip
Add driver data handling for DHCP
Diffstat (limited to 'include/dhcp.h')
-rw-r--r--include/dhcp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dhcp.h b/include/dhcp.h
index e96d83c2..f0be4f40 100644
--- a/include/dhcp.h
+++ b/include/dhcp.h
@@ -55,6 +55,9 @@ void connman_dhcp_bound(struct connman_dhcp *dhcp);
void connman_dhcp_renew(struct connman_dhcp *dhcp);
void connman_dhcp_fail(struct connman_dhcp *dhcp);
+void *connman_dhcp_get_data(struct connman_dhcp *dhcp);
+void connman_dhcp_set_data(struct connman_dhcp *dhcp, void *data);
+
struct connman_dhcp_driver {
const char *name;
int priority;