home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume23
/
trn
/
part14
/
kfile.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-08-22
|
720b
|
28 lines
/* $Header: kfile.h,v 4.3.3.1 91/01/16 02:46:29 davison Trn $
*
* $Log: kfile.h,v $
* Revision 4.3.3.1 91/01/16 02:46:29 davison
* Added optional prototyping.
*
* Revision 4.3 85/05/01 11:42:00 lwall
* Baseline for release with 4.3bsd.
*
*/
#define KF_GLOBAL 0
#define KF_LOCAL 1
#ifdef KILLFILES
EXT FILE *globkfp INIT(Nullfp); /* global article killer file */
EXT FILE *localkfp INIT(Nullfp); /* local (for this newsgroup) */
/* article killer file */
#endif
void kfile_init ANSI((void));
int do_kfile ANSI((FILE *,int));
void kill_unwanted ANSI((ART_NUM,char *,int));
int edit_kfile ANSI((void));
void open_kfile ANSI((int));
void kf_append ANSI((char *));
void setthru ANSI((ART_NUM));