summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-07-12 00:32:13 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-07-12 00:32:13 -0700
commitf39a9a367e4ae5cd6ed02dcf89ed6b5e2811a9cc (patch)
tree286550c36d5be75c0faad10d12f6f0555502507a /include
parentaef901e56c30723062f524605e8e9827764e9237 (diff)
downloadconnman-f39a9a367e4ae5cd6ed02dcf89ed6b5e2811a9cc.tar.gz
connman-f39a9a367e4ae5cd6ed02dcf89ed6b5e2811a9cc.tar.bz2
connman-f39a9a367e4ae5cd6ed02dcf89ed6b5e2811a9cc.zip
Store control interface for complex devices
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 e2f1686c..2cd77f88 100644
--- a/include/device.h
+++ b/include/device.h
@@ -70,7 +70,7 @@ const char *connman_device_get_path(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 *interface, const char *control);
void connman_device_set_ident(struct connman_device *device,
const char *ident);