summaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-06 20:14:07 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-06 20:14:07 +0100
commit60405b19bed81ddc51f14e489943d3917199a9de (patch)
tree4383a5bf751c0f8bf6fe04f547f6f35c5e967a03 /include/device.h
parentbe1032564fe660285ce033f7fe6b71b89285fa5e (diff)
downloadconnman-60405b19bed81ddc51f14e489943d3917199a9de.tar.gz
connman-60405b19bed81ddc51f14e489943d3917199a9de.tar.bz2
connman-60405b19bed81ddc51f14e489943d3917199a9de.zip
Remove unused connman_device_get_name function
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/device.h b/include/device.h
index 81a5768b..24b852f6 100644
--- a/include/device.h
+++ b/include/device.h
@@ -58,7 +58,6 @@ struct connman_device *connman_device_ref(struct connman_device *device);
void connman_device_unref(struct connman_device *device);
enum connman_device_type connman_device_get_type(struct connman_device *device);
-const char *connman_device_get_name(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,