From cad4b718dd764984b1fb917dd255958adab64680 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 26 Nov 2009 09:11:28 +0100 Subject: Add device function for scheduling a scan --- include/device.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/device.h') 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); -- cgit v1.2.3