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, 0 insertions, 3 deletions
diff --git a/hcid/dbus-common.h b/hcid/dbus-common.h
index 21a6b003..54e7b58d 100644
--- a/hcid/dbus-common.h
+++ b/hcid/dbus-common.h
@@ -36,9 +36,6 @@ 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;