From fb1612c37310e09e8503a113c0114c0ba9584c99 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 18 May 2007 18:26:56 +0000 Subject: Update code to match more closely to API description --- audio/headset.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/headset.h') 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); -- cgit