|
|
BSD 4.3
/* $Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/rn/kfile.h,v 1.1.1.1 2018/04/24 16:12:54 root Exp $ * * $Log: kfile.h,v $ * Revision 1.1.1.1 2018/04/24 16:12:54 root * BSD 4.3 * * 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(); int do_kfile(); void kill_unwanted(); int edit_kfile(); void open_kfile(); void kf_append(); void setthru();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.