summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-05-18 18:26:56 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-05-18 18:26:56 +0000
commitfb1612c37310e09e8503a113c0114c0ba9584c99 (patch)
treefb20e401b193bb9d3966b5787d25bcb6d492e12e /audio/headset.h
parent00a7a482ac18b339a311c0afb89741d6b3978f0e (diff)
Update code to match more closely to API description
Diffstat (limited to 'audio/headset.h')
-rw-r--r--audio/headset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/headset.h b/audio/headset.h
index b06f1c60..06ee8483 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -33,6 +33,8 @@ typedef struct headset headset_t;
headset_t *headset_init(const char *path);
+gboolean headset_is_connected(headset_t *headset);
+
int headset_server_init(DBusConnection *conn);
void headset_exit(void);