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 5c62502f..7f32c3c7 100644
--- a/include/network.h
+++ b/include/network.h
@@ -71,6 +71,8 @@ extern int connman_network_set_available(struct connman_network *network,
connman_bool_t available);
extern int connman_network_set_connected(struct connman_network *network,
connman_bool_t connected);
+extern int connman_network_set_remember(struct connman_network *network,
+ connman_bool_t remember);
extern connman_bool_t connman_network_get_remember(struct connman_network *network);
extern int connman_network_connect(struct connman_network *network);