summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-21 19:49:08 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-21 19:49:08 +0100
commit6265392bdc7c99f926114c5af3ccf008d8e45710 (patch)
treeaf76d9529db6e3220f1e2bb5ee6440474178844c /include/device.h
parent2c171d0621ec983c641525d33b6b6c8766e79cb8 (diff)
downloadconnman-6265392bdc7c99f926114c5af3ccf008d8e45710.tar.gz
connman-6265392bdc7c99f926114c5af3ccf008d8e45710.tar.bz2
connman-6265392bdc7c99f926114c5af3ccf008d8e45710.zip
Add support for special disconnected device state
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h
index abd62cfb..0f30100b 100644
--- a/include/device.h
+++ b/include/device.h
@@ -91,6 +91,8 @@ extern int connman_device_set_carrier(struct connman_device *device,
connman_bool_t carrier);
extern int connman_device_set_scanning(struct connman_device *device,
connman_bool_t scanning);
+extern int connman_device_set_disconnected(struct connman_device *device,
+ connman_bool_t disconnected);
extern int connman_device_set_string(struct connman_device *device,
const char *key, const char *value);