1: /* $Header: respond.h,v 4.3 85/05/01 11:47:50 lwall Exp $
   2:  *
   3:  * $Log:	respond.h,v $
   4:  * Revision 4.3  85/05/01  11:47:50  lwall
   5:  * Baseline for release with 4.3bsd.
   6:  *
   7:  */
   8: 
   9: EXT char *savedest INIT(Nullch);    /* value of %b */
  10: EXT ART_POS savefrom INIT(0);       /* value of %B */
  11: EXT char *headname INIT(Nullch);
  12: 
  13: #define SAVE_ABORT 0
  14: #define SAVE_DONE 1
  15: 
  16: void    respond_init();
  17: int save_article();
  18: int cancel_article();
  19: void    reply();
  20: void    followup();
  21: void    invoke();

Defined variables

headname defined in line 11; used 12 times
savedest defined in line 9; used 7 times

Defined macros

SAVE_ABORT defined in line 13; used 2 times
SAVE_DONE defined in line 14; used 2 times

Usage of this include

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