/* rcln.h */ /* This software is copyrighted as detailed in the LICENSE file. */ /* if TRUE, silence is golden (universal scan mode) */ EXT bool toread_quiet INIT(FALSE); #define ST_STRICT 0 #define ST_LAX 1 /* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */ void rcln_init _((void)); #ifdef CATCHUP void catch_up _((NGDATA*,int,int)); #endif int addartnum _((DATASRC*,ART_NUM,char*)); #ifdef MCHASE void subartnum _((DATASRC*,ART_NUM,char*)); #endif void prange _((char*,ART_NUM,ART_NUM)); void set_toread _((NGDATA*,bool_int)); void checkexpired _((NGDATA*,ART_NUM)); bool was_read_group _((DATASRC*,ART_NUM,char*));