diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-06-27 18:31:08 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-06-27 18:31:08 +0000 |
commit | 389d6a32fa14abefec394b9ebfa3b2deb51489c7 (patch) | |
tree | b786ca6e32d380cec5f52d0961dce8246e0e7a57 /audio/headset.h | |
parent | 2a2c204cd0e4bcf0a603ba72be9a50203a817b54 (diff) |
Revert changes on storage, rfcomm might change over time.
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 2 |
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); |