diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-05-27 18:41:54 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-05-27 18:41:54 +0000 |
commit | 5fa1b91dcd4abdca0aa82b1c4d06bea7067c4562 (patch) | |
tree | bd26964c1f94eab3d16c65341972fdfc19994e2a /hcid/dbus-common.h | |
parent | e8961085b8d3dabc5550a4f1b309ae06065d14b4 (diff) |
Cleanup: unused function
Diffstat (limited to 'hcid/dbus-common.h')
-rw-r--r-- | hcid/dbus-common.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/hcid/dbus-common.h b/hcid/dbus-common.h index baccfb59..3f794feb 100644 --- a/hcid/dbus-common.h +++ b/hcid/dbus-common.h @@ -27,17 +27,6 @@ #define MAX_PATH_LENGTH 64 -typedef DBusHandlerResult (*service_handler_func_t) (DBusConnection *conn, - DBusMessage *msg, - void *user_data); - -struct service_data { - const char *name; - service_handler_func_t handler_func; -}; - -service_handler_func_t find_service_handler(struct service_data *services, DBusMessage *msg); - int str2uuid(uuid_t *uuid, const char *string); int l2raw_connect(const char *local, const bdaddr_t *remote); @@ -46,8 +35,6 @@ int find_conn(int s, int dev_id, long arg); #define check_address(address) bachk(address) -DBusHandlerResult handle_method_call(DBusConnection *conn, DBusMessage *msg, void *data); - void hcid_dbus_exit(void); int hcid_dbus_init(void); |