diff options
author | Martin Xu <martin.xu@intel.com> | 2009-11-23 15:56:55 +0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-11-23 09:18:22 +0100 |
commit | 66101a531e2b230d9f1c799cd816b26d53377385 (patch) | |
tree | a56d0c9cedcdd67ef9ab72823f2fc37124217cb5 /include/device.h | |
parent | 81f3ed3963cc2edab503afaca4f611f370125181 (diff) | |
download | connman-66101a531e2b230d9f1c799cd816b26d53377385.tar.gz connman-66101a531e2b230d9f1c799cd816b26d53377385.tar.bz2 connman-66101a531e2b230d9f1c799cd816b26d53377385.zip |
Add function connman_device_remove_all_networks
Diffstat (limited to 'include/device.h')
-rw-r--r-- | include/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h index 726eab3d..5267e25e 100644 --- a/include/device.h +++ b/include/device.h @@ -109,6 +109,7 @@ struct connman_network *connman_device_get_network(struct connman_device *device const char *identifier); int connman_device_remove_network(struct connman_device *device, const char *identifier); +void connman_device_remove_all_networks(struct connman_device *device); int connman_device_register(struct connman_device *device); void connman_device_unregister(struct connman_device *device); |