1: /* $Header: kfile.h,v 4.3 85/05/01 11:42:00 lwall Exp $
   2:  *
   3:  * $Log:	kfile.h,v $
   4:  * Revision 4.3  85/05/01  11:42:00  lwall
   5:  * Baseline for release with 4.3bsd.
   6:  *
   7:  */
   8: 
   9: #define KF_GLOBAL 0
  10: #define KF_LOCAL 1
  11: 
  12: #ifdef KILLFILES
  13: EXT FILE *globkfp INIT(Nullfp);     /* global article killer file */
  14: EXT FILE *localkfp INIT(Nullfp);    /* local (for this newsgroup) */
  15:                     /*  article killer file */
  16: #endif
  17: 
  18: void    kfile_init();
  19: int do_kfile();
  20: void    kill_unwanted();
  21: int edit_kfile();
  22: void    open_kfile();
  23: void    kf_append();
  24: void    setthru();

Defined macros

KF_GLOBAL defined in line 9; used 1 times
KF_LOCAL defined in line 10; used 2 times

Usage of this include

Last modified: 1985-06-21
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 764
Valid CSS Valid XHTML 1.0 Strict