summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-05 22:36:59 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-05 22:36:59 +0100
commitd333a3b050767ef8b89b3a9e04ef7723cbcf8e0a (patch)
treee9f4fec1a424254ab101c1275390e099eee0f416 /include
parent8a46c875866dbda9406c0bf738ce95d721626739 (diff)
downloadconnman-d333a3b050767ef8b89b3a9e04ef7723cbcf8e0a.tar.gz
connman-d333a3b050767ef8b89b3a9e04ef7723cbcf8e0a.tar.bz2
connman-d333a3b050767ef8b89b3a9e04ef7723cbcf8e0a.zip
Remove deprecated function prototype
Diffstat (limited to 'include')
-rw-r--r--include/element.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/element.h b/include/element.h
index 8df0d5c4..6f6aa699 100644
--- a/include/element.h
+++ b/include/element.h
@@ -125,8 +125,6 @@ extern void connman_element_update(struct connman_element *element);
extern int connman_element_set_enabled(struct connman_element *element,
gboolean enabled);
-extern int connman_element_set_scanning(struct connman_element *element,
- gboolean scanning);
static inline void *connman_element_get_data(struct connman_element *element)
{