summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index 6f47be6d..ae242174 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -274,6 +274,11 @@ int __connman_dhcp_start(struct connman_network *network, dhcp_cb callback);
void __connman_dhcp_stop(struct connman_network *network);
int __connman_dhcp_init(void);
void __connman_dhcp_cleanup(void);
+int __connman_dhcpv6_init(void);
+void __connman_dhcpv6_cleanup(void);
+int __connman_dhcpv6_start_info(struct connman_network *network,
+ dhcp_cb callback);
+void __connman_dhcpv6_stop(struct connman_network *network);
int __connman_ipv4_init(void);
void __connman_ipv4_cleanup(void);