summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-04-23 14:37:13 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-04-23 14:37:13 +0100
commit0dd4cfa689fa50f12d954fd8e5698d66c1e115a6 (patch)
tree2a6396a93278f970c91d848ca5c9daf178fface6 /include
parentc999302dcb52b293fb125cfe17ded412787322b7 (diff)
downloadconnman-0dd4cfa689fa50f12d954fd8e5698d66c1e115a6.tar.gz
connman-0dd4cfa689fa50f12d954fd8e5698d66c1e115a6.tar.bz2
connman-0dd4cfa689fa50f12d954fd8e5698d66c1e115a6.zip
Add functions for handling unique device identifiers
Diffstat (limited to 'include')
-rw-r--r--include/device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h
index a3a1d4a7..17a2a0ca 100644
--- a/include/device.h
+++ b/include/device.h
@@ -81,6 +81,9 @@ extern void connman_device_set_interface(struct connman_device *device,
const char *interface);
extern const char *connman_device_get_interface(struct connman_device *device);
+extern void connman_device_set_ident(struct connman_device *device,
+ const char *ident);
+
extern void connman_device_set_policy(struct connman_device *device,
enum connman_device_policy policy);
extern void connman_device_set_mode(struct connman_device *device,