summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>2012-05-25 11:17:38 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-05-25 14:48:22 +0300
commitfc6cfb5cfd7641a848ac1a082b41737fd81512e5 (patch)
tree7830dd00620190f61dd5b2a55a904f5fa1cfb861 /include/device.h
parent9c144117e0cd50aea8de2a1164136e205fd73541 (diff)
downloadconnman-fc6cfb5cfd7641a848ac1a082b41737fd81512e5.tar.gz
connman-fc6cfb5cfd7641a848ac1a082b41737fd81512e5.tar.bz2
connman-fc6cfb5cfd7641a848ac1a082b41737fd81512e5.zip
device: Make scanning getter method public.
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h
index abfa228e..11416204 100644
--- a/include/device.h
+++ b/include/device.h
@@ -82,6 +82,7 @@ int connman_device_set_powered(struct connman_device *device,
connman_bool_t powered);
int connman_device_set_scanning(struct connman_device *device,
connman_bool_t scanning);
+connman_bool_t connman_device_get_scanning(struct connman_device *device);
void connman_device_reset_scanning(struct connman_device *device);
int connman_device_set_disconnected(struct connman_device *device,