home *** CD-ROM | disk | FTP | other *** search
- /* $Header: respond.h,v 4.3.3.2 91/01/16 03:28:41 davison Trn $
- *
- * $Log: respond.h,v $
- * Revision 4.3.3.2 91/01/16 03:28:41 davison
- * Added optional prototyping.
- *
- * Revision 4.3.3.1 90/06/20 22:39:54 davison
- * Initial Trn Release
- *
- * Revision 4.3 85/05/01 11:47:50 lwall
- * Baseline for release with 4.3bsd.
- *
- */
-
- EXT char *savedest INIT(Nullch); /* value of %b */
- EXT char *extractprog INIT(Nullch); /* value of %e */
- EXT ART_POS savefrom INIT(0); /* value of %B */
- EXT char *headname INIT(Nullch);
-
- #define SAVE_ABORT 0
- #define SAVE_DONE 1
-
- void respond_init ANSI((void));
- int save_article ANSI((void));
- int cancel_article ANSI((void));
- void reply ANSI((void));
- void followup ANSI((void));
- void invoke ANSI((char *,char *));
-