summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2011-07-25 16:24:33 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-07-26 01:21:59 +0200
commit61e8631af19a43d4fb307c197c00bb467671b11b (patch)
treeb71b75b3d62428888b6dce418cf01e1dff7a4af4 /include
parent7a74f89c8faf0834aa7de8d7724b868754632de3 (diff)
downloadconnman-61e8631af19a43d4fb307c197c00bb467671b11b.tar.gz
connman-61e8631af19a43d4fb307c197c00bb467671b11b.tar.bz2
connman-61e8631af19a43d4fb307c197c00bb467671b11b.zip
device: Change signature of connman_device_remove_network()
Diffstat (limited to 'include')
-rw-r--r--include/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/device.h b/include/device.h
index a82d08db..d4f54ece 100644
--- a/include/device.h
+++ b/include/device.h
@@ -88,7 +88,7 @@ int connman_device_add_network(struct connman_device *device,
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);
+ struct connman_network *network);
void connman_device_remove_all_networks(struct connman_device *device);
void connman_device_schedule_scan(struct connman_device *device);