diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-04-11 08:56:50 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-04-11 08:56:50 +0000 |
commit | 993e7c747c360fb05b98e316b7ec760d2fb70365 (patch) | |
tree | b9de2035ca735b74fa9eacd170ab6ebd145a434c /audio/headset.h | |
parent | b8a407aa8470ad8d92d9142edb41c17548b0cb2c (diff) |
Implement ChangeDefaultHeadset and RemoveHeadset methods
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/headset.h b/audio/headset.h index 9f1c1232..7c85b9bb 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -44,6 +44,7 @@ int headset_remove_ag_record(DBusConnection *conn, uint32_t rec_id); gboolean headset_server_io_cb(GIOChannel *chan, GIOCondition cond, struct manager *manager); +gint headset_path_cmp(gconstpointer headset, gconstpointer path); gint headset_bda_cmp(gconstpointer headset, gconstpointer bda); const char *headset_get_path(struct headset *hs); |