summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus-common.h')
-rw-r--r--hcid/dbus-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hcid/dbus-common.h b/hcid/dbus-common.h
index 4039a9cc..498f7eb4 100644
--- a/hcid/dbus-common.h
+++ b/hcid/dbus-common.h
@@ -36,6 +36,9 @@ typedef DBusHandlerResult (*service_handler_func_t) (DBusConnection *conn,
DBusMessage *msg,
void *user_data);
+void append_dict_entry(DBusMessageIter *dict, const char *key,
+ int type, void *val);
+
struct service_data {
const char *name;
service_handler_func_t handler_func;