File: ngsrch.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 (24 lines) | stat: -rw-r--r-- 522 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
/* ngsrch.h
 */
/* This software is copyrighted as detailed in the LICENSE file. */


#ifdef NGSEARCH
#define NGS_ABORT 0
#define NGS_FOUND 1
#define NGS_INTR 2
#define NGS_NOTFOUND 3
#define NGS_ERROR 4
#define NGS_DONE 5

EXT bool ng_doempty INIT(FALSE);	/* search empty newsgroups? */
#endif

/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */

void ngsrch_init _((void));
#ifdef NGSEARCH
int ng_search _((char*,int));
bool ng_wanted _((NGDATA*));
#endif
char* ng_comp _((COMPEX*,char*,bool_int,bool_int));