diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-04-11 22:46:22 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-04-11 22:46:22 +0000 |
commit | 1f6bcd79a30ce899eec1245956c48876831439eb (patch) | |
tree | 78f2f104189fd426c1ddd5b57a7e307b0b6b3d21 /audio/headset.h | |
parent | eca0800a92771ee23890fdf54a70629bcbca648c (diff) |
Let the manager use global variables
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/headset.h b/audio/headset.h index 7c85b9bb..13532cb7 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -29,8 +29,6 @@ struct headset; -#include "manager.h" - #define BUF_SIZE 1024 struct headset *headset_new(DBusConnection *conn, const bdaddr_t *bda); @@ -41,8 +39,7 @@ uint32_t headset_add_ag_record(DBusConnection *conn, uint8_t channel); int headset_remove_ag_record(DBusConnection *conn, uint32_t rec_id); -gboolean headset_server_io_cb(GIOChannel *chan, GIOCondition cond, - struct manager *manager); +gboolean headset_server_io_cb(GIOChannel *chan, GIOCondition cond, void *data); gint headset_path_cmp(gconstpointer headset, gconstpointer path); gint headset_bda_cmp(gconstpointer headset, gconstpointer bda); |