diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-11-26 09:11:28 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-11-26 09:11:28 +0100 |
commit | cad4b718dd764984b1fb917dd255958adab64680 (patch) | |
tree | 35c0745ddc73f183c2d9c0c1f4d6c5d8a16a63ee /include/device.h | |
parent | 8124bef495c1ad04d1f6e8ed190abf984b356ed9 (diff) | |
download | connman-cad4b718dd764984b1fb917dd255958adab64680.tar.gz connman-cad4b718dd764984b1fb917dd255958adab64680.tar.bz2 connman-cad4b718dd764984b1fb917dd255958adab64680.zip |
Add device function for scheduling a scan
Diffstat (limited to 'include/device.h')
-rw-r--r-- | include/device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h index 5267e25e..3a5b4be4 100644 --- a/include/device.h +++ b/include/device.h @@ -111,6 +111,8 @@ int connman_device_remove_network(struct connman_device *device, const char *identifier); void connman_device_remove_all_networks(struct connman_device *device); +void connman_device_schedule_scan(struct connman_device *device); + int connman_device_register(struct connman_device *device); void connman_device_unregister(struct connman_device *device); |