summaryrefslogtreecommitdiff
path: root/include/element.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/element.h')
-rw-r--r--include/element.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/element.h b/include/element.h
index f97e2e42..eab567e8 100644
--- a/include/element.h
+++ b/include/element.h
@@ -139,6 +139,8 @@ int connman_element_register(struct connman_element *element,
struct connman_element *parent);
void connman_element_unregister(struct connman_element *element);
void connman_element_unregister_children(struct connman_element *element);
+void connman_element_unregister_children_type(struct connman_element *element,
+ enum connman_element_type type);
void connman_element_update(struct connman_element *element);
int connman_element_set_enabled(struct connman_element *element,