From 61e8631af19a43d4fb307c197c00bb467671b11b Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Mon, 25 Jul 2011 16:24:33 +0200 Subject: device: Change signature of connman_device_remove_network() --- include/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3