summaryrefslogtreecommitdiff
path: root/include/dhcp.h
diff options
context:
space:
mode:
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;