summaryrefslogtreecommitdiff
path: root/include/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/service.h')
-rwxr-xr-xinclude/service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/service.h b/include/service.h
index 1e4a6926..93b8ba7d 100755
--- a/include/service.h
+++ b/include/service.h
@@ -151,6 +151,8 @@ const char *connman_service_get_proxy_url(struct connman_service *service);
const char *connman_service_get_proxy_autoconfig(struct connman_service *service);
bool connman_service_get_favorite(struct connman_service *service);
bool connman_service_get_autoconnect(struct connman_service *service);
+bool connman_service_set_autoconnect(struct connman_service *service,
+ bool autoconnect);
/* Return non-zero value to terminate the loop, zero to continue */
typedef int (* connman_service_iterate_cb) (struct connman_service *service,