diff options
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); |