summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-06-27 18:31:08 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-06-27 18:31:08 +0000
commit389d6a32fa14abefec394b9ebfa3b2deb51489c7 (patch)
treeb786ca6e32d380cec5f52d0961dce8246e0e7a57 /audio/headset.h
parent2a2c204cd0e4bcf0a603ba72be9a50203a817b54 (diff)
Revert changes on storage, rfcomm might change over time.
Diffstat (limited to 'audio/headset.h')
-rw-r--r--audio/headset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/headset.h b/audio/headset.h
index 8ef08249..c858d206 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -55,7 +55,7 @@ typedef enum {
struct headset;
struct headset *headset_init(void *device, sdp_record_t *record,
- uint16_t svc, int channel);
+ uint16_t svc);
void headset_free(void *device);