]> err.no Git - gant/commitdiff
Fix up prototype of ANT_AssignChannelEventFunction
authorTollef Fog Heen <tfheen@err.no>
Sun, 28 Aug 2011 19:30:22 +0000 (21:30 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 28 Aug 2011 19:30:22 +0000 (21:30 +0200)
antlib.c

index 7e3124e52391ddf4bb848d08b9e273c90ea3298b..41c1ff20ffb0700e81f76e4c3f629ed7ed7cf5be 100644 (file)
--- 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;