diff options
author | Pekka Pessi <Pekka.Pessi@nokia.com> | 2010-08-26 17:26:49 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-09-09 20:44:43 +0200 |
commit | 9769f7c73888b577ad0c0398a80741cfc03dd4dd (patch) | |
tree | 0f51d9e514342e6755e4c0c2fd6155c021e302d7 /include/device.h | |
parent | 076d63263da9b56521c6f9994e2d4c7809d3d6e2 (diff) | |
download | connman-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.h | 1 |
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); |