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
Defined macros
Usage of this include