From f2c07fc5c3b2be43421544a5edfc27d6f9b9a5d9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 19 Jan 2007 01:05:01 +0000 Subject: Remove not needed generic message handling --- common/dbus.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'common/dbus.h') diff --git a/common/dbus.h b/common/dbus.h index d050237d..801d90c6 100644 --- a/common/dbus.h +++ b/common/dbus.h @@ -28,18 +28,6 @@ DBusConnection *init_dbus(const char *name, void (*disconnect_cb)(void *), void *user_data); -typedef DBusHandlerResult (*message_func_t) (DBusConnection *conn, - DBusMessage *msg, void *user_data); - -struct message_table { - const char *interface; - const char *member; - const char *signature; - message_func_t handler; -}; - -extern DBusObjectPathVTable generic_object_path; - DBusHandlerResult simple_introspect(DBusConnection *conn, DBusMessage *msg, void *user_data); -- cgit