BSD 4_3 development
[unix-history] / usr / contrib / rn / respond.h
CommitLineData
9c4b96b4
C
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
9EXT char *savedest INIT(Nullch); /* value of %b */
10EXT ART_POS savefrom INIT(0); /* value of %B */
11EXT char *headname INIT(Nullch);
12
13#define SAVE_ABORT 0
14#define SAVE_DONE 1
15
16void respond_init();
17int save_article();
18int cancel_article();
19void reply();
20void followup();
21void invoke();