diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-19 01:05:01 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-19 01:05:01 +0000 |
commit | f2c07fc5c3b2be43421544a5edfc27d6f9b9a5d9 (patch) | |
tree | f0a278632144fcd6b127db4c9a5e9de3ecf361b2 /common/dbus.h | |
parent | 2006d2ff671751d0ced48827ae8a58887c404a48 (diff) |
Remove not needed generic message handling
Diffstat (limited to 'common/dbus.h')
-rw-r--r-- | common/dbus.h | 12 |
1 files changed, 0 insertions, 12 deletions
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); |