summaryrefslogtreecommitdiffstats
path: root/audio/manager.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-04-12 12:06:33 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-04-12 12:06:33 +0000
commite5aff3f6f7c43f4ddf8d83358d6a49ad2f81e750 (patch)
tree79b1d744ee212d2b5c3c3ed89d5782ad7e1e9cb9 /audio/manager.h
parente3aec1dd412fc0adb0587edf750979e4d18906b0 (diff)
Redo the manager-headset splitup by using object paths as public identifiers for headsets
Diffstat (limited to 'audio/manager.h')
-rw-r--r--audio/manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/manager.h b/audio/manager.h
index ee45f7c7..9a9948ff 100644
--- a/audio/manager.h
+++ b/audio/manager.h
@@ -31,7 +31,7 @@
#define HEADSET_PATH_BASE AUDIO_MANAGER_PATH "/headset"
-void manager_add_headset(struct headset *hs);
+void manager_add_headset(char *path);
struct headset *manager_find_headset_by_bda(bdaddr_t *bda);