summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
diff options
context:
space:
mode:
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);