summaryrefslogtreecommitdiff
path: root/include/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/network.h')
-rw-r--r--include/network.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/network.h b/include/network.h
index 02caa59e..cd00db7d 100644
--- a/include/network.h
+++ b/include/network.h
@@ -74,6 +74,8 @@ extern void connman_network_set_group(struct connman_network *network,
extern int connman_network_set_available(struct connman_network *network,
connman_bool_t available);
extern connman_bool_t connman_network_get_available(struct connman_network *network);
+extern int connman_network_set_associating(struct connman_network *network,
+ connman_bool_t associating);
extern int connman_network_set_connected(struct connman_network *network,
connman_bool_t connected);
extern connman_bool_t connman_network_get_connected(struct connman_network *network);