fix for compile warning with range.c

This commit is contained in:
Frank Mori Hess 2001-07-10 23:12:16 +00:00
parent 8efb15052d
commit 5d2fa2394d

View 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