summaryrefslogtreecommitdiff
path: root/include/element.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-10-15 21:45:56 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-10-15 21:45:56 +0200
commita0035fd5cfe3b29d6098a0310642a59457979a63 (patch)
tree389025095cf96668d377e4987ea821002adc184e /include/element.h
parenta95cc3309444678d795e2b29d402c6b0d3b1f059 (diff)
downloadconnman-a0035fd5cfe3b29d6098a0310642a59457979a63.tar.gz
connman-a0035fd5cfe3b29d6098a0310642a59457979a63.tar.bz2
connman-a0035fd5cfe3b29d6098a0310642a59457979a63.zip
Add missing function declaration
Diffstat (limited to 'include/element.h')
-rw-r--r--include/element.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/element.h b/include/element.h
index 9054c833..b731d44d 100644
--- a/include/element.h
+++ b/include/element.h
@@ -131,6 +131,9 @@ 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_enabled(struct connman_element *element,
+ gboolean enabled);
+
static inline void *connman_element_get_data(struct connman_element *element)
{
return element->driver_data;