summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-object-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-object-tree.h')
-rw-r--r--dbus/dbus-object-tree.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/dbus/dbus-object-tree.h b/dbus/dbus-object-tree.h
index 52d5bca1..6d8484e0 100644
--- a/dbus/dbus-object-tree.h
+++ b/dbus/dbus-object-tree.h
@@ -47,6 +47,12 @@ void _dbus_object_tree_free_all_unlocked (DBusObjectTree
dbus_bool_t _dbus_object_tree_list_registered_and_unlock (DBusObjectTree *tree,
const char **parent_path,
char ***child_entries);
+
+dbus_bool_t _dbus_decompose_path (const char *data,
+ int len,
+ char ***path,
+ int *path_len);
+
DBUS_END_DECLS
#endif /* DBUS_OBJECT_TREE_H */