File: rcln.h

package info (click to toggle)
trn4 4.0-test77-18
  • links: PTS, VCS
  • area: non-free
  • in suites: trixie
  • size: 4,016 kB
  • sloc: ansic: 48,332; sh: 6,795; tcl: 1,696; yacc: 662; perl: 108; makefile: 26
file content (25 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* 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*));