summaryrefslogtreecommitdiff
path: root/src/device.c
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 /src/device.c
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 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index 3ee6925e..53d9a662 100644
--- a/src/device.c
+++ b/src/device.c
@@ -950,7 +950,7 @@ void connman_device_set_ident(struct connman_device *device,
device->ident = g_strdup(ident);
}
-const char *__connman_device_get_ident(struct connman_device *device)
+const char *connman_device_get_ident(struct connman_device *device)
{
return device->ident;
}