summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-07-12 00:26:41 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-07-12 00:26:41 -0700
commitaef901e56c30723062f524605e8e9827764e9237 (patch)
treee6de7d347ec9e0b429c754f761bb52c03bef345b /include
parent2aee9bc22451ea00e1e40c531c886d69654003c7 (diff)
downloadconnman-aef901e56c30723062f524605e8e9827764e9237.tar.gz
connman-aef901e56c30723062f524605e8e9827764e9237.tar.bz2
connman-aef901e56c30723062f524605e8e9827764e9237.zip
Remove connman_device_get_interface() function
Diffstat (limited to 'include')
-rw-r--r--include/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/device.h b/include/device.h
index 3ef80425..e2f1686c 100644
--- a/include/device.h
+++ b/include/device.h
@@ -71,7 +71,6 @@ 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,
const char *interface);
-const char *connman_device_get_interface(struct connman_device *device);
void connman_device_set_ident(struct connman_device *device,
const char *ident);