summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-common.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-04-16 21:34:08 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-04-16 21:34:08 +0000
commit28a77bb7c841ce428071f6b6edd3539e1f8dc16a (patch)
tree73927203a3e2ad599246a708f6c96311cd3234b1 /hcid/dbus-common.h
parentef29c39ffc97adc9893841165f9e9a3f6a1e9a0a (diff)
Move append_dict_entry to utils/common and change the name to dbus_message_iter_append_dict_entry.
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;