summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-06 20:18:29 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-06 20:18:29 +0100
commit7739bbaee2eb71ccd7ff4a4799a18dc130069eaf (patch)
tree85c8395663a174061c9bb3e54f8737ea8884a261 /include/device.h
parentb82e58f259baa6e29978cef56cb3e1fad1e4d34c (diff)
downloadconnman-7739bbaee2eb71ccd7ff4a4799a18dc130069eaf.tar.gz
connman-7739bbaee2eb71ccd7ff4a4799a18dc130069eaf.tar.bz2
connman-7739bbaee2eb71ccd7ff4a4799a18dc130069eaf.zip
Remove unused device->control value
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/device.h b/include/device.h
index f8bd84e7..31aa92b8 100644
--- a/include/device.h
+++ b/include/device.h
@@ -61,7 +61,7 @@ enum connman_device_type connman_device_get_type(struct connman_device *device);
void connman_device_set_index(struct connman_device *device, int index);
int connman_device_get_index(struct connman_device *device);
void connman_device_set_interface(struct connman_device *device,
- const char *interface, const char *control);
+ const char *interface);
void connman_device_set_ident(struct connman_device *device,
const char *ident);