summaryrefslogtreecommitdiff
path: root/include/network.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-07 03:37:41 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-07 03:37:41 +0100
commitc103c09d8716d7c59918c924b8de7b8b5b70cdda (patch)
treece311414a7d240a211893e67ccfd1ad7b6381b99 /include/network.h
parent27261f7a7c0c6299aafceae15c86f439af009b86 (diff)
downloadconnman-c103c09d8716d7c59918c924b8de7b8b5b70cdda.tar.gz
connman-c103c09d8716d7c59918c924b8de7b8b5b70cdda.tar.bz2
connman-c103c09d8716d7c59918c924b8de7b8b5b70cdda.zip
Add support for getting network availability setting
Diffstat (limited to 'include/network.h')
-rw-r--r--include/network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/network.h b/include/network.h
index 7f32c3c7..dd435eb4 100644
--- a/include/network.h
+++ b/include/network.h
@@ -69,6 +69,7 @@ extern void connman_network_set_protocol(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_connected(struct connman_network *network,
connman_bool_t connected);
extern int connman_network_set_remember(struct connman_network *network,