summaryrefslogtreecommitdiff
path: root/include/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/service.h')
-rw-r--r--include/service.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/service.h b/include/service.h
index 460fdd45..717098c0 100644
--- a/include/service.h
+++ b/include/service.h
@@ -116,6 +116,11 @@ char **connman_service_get_proxy_excludes(struct connman_service *service);
const char *connman_service_get_proxy_url(struct connman_service *service);
const char *connman_service_get_proxy_autoconfig(struct connman_service *service);
+void connman_service_create_ip4config(struct connman_service *service,
+ int index);
+void connman_service_create_ip6config(struct connman_service *service,
+ int index);
+
#ifdef __cplusplus
}
#endif