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 ae5119fc..de8e8a38 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -31,13 +31,15 @@
#define BUF_SIZE 1024
+typedef struct headset headset_t;
+
const char *headset_get(const bdaddr_t *bda);
const char *headset_add(const bdaddr_t *bda);
-void headset_remove(const char *path);
+headset_t *headset_init(const char *path);
-int headset_init(DBusConnection *conn);
+int headset_server_init(DBusConnection *conn);
void headset_exit(void);