From 5d2fa2394d1a48691a319253856e2f24f30a463e Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Tue, 10 Jul 2001 23:12:16 +0000 Subject: [PATCH] fix for compile warning with range.c --- lib/libinternal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libinternal.h b/lib/libinternal.h index f1e4590..7390459 100644 --- a/lib/libinternal.h +++ b/lib/libinternal.h @@ -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 -- 2.26.2