From: Tollef Fog Heen Date: Sun, 28 Aug 2011 19:30:22 +0000 (+0200) Subject: Fix up prototype of ANT_AssignChannelEventFunction X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70790e909a3da60384833fe4df912f19881f168c;p=gant Fix up prototype of ANT_AssignChannelEventFunction --- diff --git a/antlib.c b/antlib.c index 7e3124e..41c1ff2 100644 --- a/antlib.c +++ b/antlib.c @@ -650,7 +650,7 @@ ANT_AssignResponseFunction(RESPONSE_FUNC rf, uchar* rbuf) } void -ANT_AssignChannelEventFunction(uchar chan, CHANNEL_EVENT_FUNC rf, uchar* rbuf) +ANT_AssignChannelEventFunction(CHANNEL_EVENT_FUNC rf, uchar* rbuf) { cfn = rf; cbufp = rbuf;