From 28a77bb7c841ce428071f6b6edd3539e1f8dc16a Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 16 Apr 2007 21:34:08 +0000 Subject: Move append_dict_entry to utils/common and change the name to dbus_message_iter_append_dict_entry. --- hcid/dbus-common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'hcid/dbus-common.h') 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; -- cgit