summaryrefslogtreecommitdiffstats
path: root/common/dbus-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/dbus-helper.h')
-rw-r--r--common/dbus-helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/dbus-helper.h b/common/dbus-helper.h
index 0c33a04f..312ab9b5 100644
--- a/common/dbus-helper.h
+++ b/common/dbus-helper.h
@@ -55,3 +55,6 @@ dbus_bool_t dbus_connection_register_interface(DBusConnection *connection,
dbus_bool_t dbus_connection_unregister_interface(DBusConnection *connection,
const char *path, const char *interface);
+void dbus_message_iter_append_dict_entry(DBusMessageIter *dict,
+ const char *key, int type, void *val);
+