From 389d6a32fa14abefec394b9ebfa3b2deb51489c7 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 27 Jun 2007 18:31:08 +0000 Subject: Revert changes on storage, rfcomm might change over time. --- audio/headset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/headset.h') 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); -- cgit