diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-04-12 14:26:55 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-04-12 14:26:55 +0000 |
commit | a07ea139e52ab9733f6d1e9f0ab2e0bf232059ef (patch) | |
tree | efd7dcf423c38397b38f1b97f4bf02051ce92ab0 /audio/headset.h | |
parent | e41abf4a7c4f97c679ce748ef7eabbd11bcff3d9 (diff) |
A little more refactoring
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/headset.h b/audio/headset.h index b8582cef..888b53fe 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -33,13 +33,8 @@ char *headset_add(const bdaddr_t *bda); void headset_remove(char *path); -uint32_t headset_add_ag_record(uint8_t channel); +int headset_init(DBusConnection *conn); -int headset_remove_ag_record(uint32_t rec_id); - -gboolean headset_server_io_cb(GIOChannel *chan, GIOCondition cond, void *data); - -void headset_init(DBusConnection *conn); void headset_exit(void); #endif /* __AUDIO_HEADSET_H_ */ |