fix for compile warning with range.c
authorFrank Mori Hess <fmhess@speakeasy.net>
Tue, 10 Jul 2001 23:12:16 +0000 (23:12 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Tue, 10 Jul 2001 23:12:16 +0000 (23:12 +0000)
lib/libinternal.h

index f1e459055cbaee456ea5b9e69d05e7190e92c35d..739045950525837b1828ea5d30c896e4237026e1 100644 (file)
@@ -126,6 +126,8 @@ enum{
        COMEDILIB_BADCHAN,
 };
 
+// used by range.c, was in comedilib.h but apparently deprecated so I put it here - fmhess
+int comedi_get_rangetype(comedi_t *it,unsigned int subdevice,unsigned int chan);
 
 #endif