summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
authorPekka Pessi <Pekka.Pessi@nokia.com>2010-08-26 17:26:49 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2010-09-09 20:44:43 +0200
commit9769f7c73888b577ad0c0398a80741cfc03dd4dd (patch)
tree0f51d9e514342e6755e4c0c2fd6155c021e302d7 /include/device.h
parent076d63263da9b56521c6f9994e2d4c7809d3d6e2 (diff)
downloadconnman-9769f7c73888b577ad0c0398a80741cfc03dd4dd.tar.gz
connman-9769f7c73888b577ad0c0398a80741cfc03dd4dd.tar.bz2
connman-9769f7c73888b577ad0c0398a80741cfc03dd4dd.zip
device: add connman_device_get_ident()
Expose former core function __connman_device_get_ident().
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h
index b4bb2973..a5ed412e 100644
--- a/include/device.h
+++ b/include/device.h
@@ -70,6 +70,7 @@ const char *connman_device_get_control(struct connman_device *device);
void connman_device_set_ident(struct connman_device *device,
const char *ident);
+const char *connman_device_get_ident(struct connman_device *device);
void connman_device_set_mode(struct connman_device *device,
enum connman_device_mode mode);