summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
authorMartin Xu <martin.xu@intel.com>2009-09-22 10:32:26 +0800
committerMarcel Holtmann <marcel@holtmann.org>2009-09-22 11:22:27 -0700
commit3b9a67f95b18177bf900b7e5ae369c71f04440e8 (patch)
treec1f5b5213cc9438e44d0d005475f49c7a7cc4100 /include/device.h
parent3474a9aa28fb56909d6b65d5115d64b48caeb828 (diff)
downloadconnman-3b9a67f95b18177bf900b7e5ae369c71f04440e8.tar.gz
connman-3b9a67f95b18177bf900b7e5ae369c71f04440e8.tar.bz2
connman-3b9a67f95b18177bf900b7e5ae369c71f04440e8.zip
Add function connman_device_cleanup_scanning()
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 5da48bc8..f1c12b1f 100644
--- a/include/device.h
+++ b/include/device.h
@@ -89,6 +89,8 @@ int connman_device_set_carrier(struct connman_device *device,
connman_bool_t carrier);
int connman_device_set_scanning(struct connman_device *device,
connman_bool_t scanning);
+void connman_device_cleanup_scanning(struct connman_device *device);
+
int connman_device_set_disconnected(struct connman_device *device,
connman_bool_t disconnected);
connman_bool_t connman_device_get_disconnected(struct connman_device *device);