summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-04-13 11:51:00 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-04-13 11:51:00 +0000
commit260b175f47f5006b34a8eceda9914f67ef0caa12 (patch)
tree87000802c02956ea2e8ce6689dbe9f32eced060a /audio/headset.h
parent1a02bbc361299198257ca32969d2d804ee9fb74c (diff)
Cleanup and small fixes
Diffstat (limited to 'audio/headset.h')
-rw-r--r--audio/headset.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/headset.h b/audio/headset.h
index 888b53fe..e51236ad 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -29,9 +29,11 @@
#define BUF_SIZE 1024
-char *headset_add(const bdaddr_t *bda);
+const char *headset_get(const bdaddr_t *bda);
-void headset_remove(char *path);
+const char *headset_add(const bdaddr_t *bda);
+
+void headset_remove(const char *path);
int headset_init(DBusConnection *conn);