home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume23 / trn / part14 / respond.h < prev    next >
Encoding:
Text File  |  1991-08-22  |  753 b   |  29 lines

  1. /* $Header: respond.h,v 4.3.3.2 91/01/16 03:28:41 davison Trn $
  2.  *
  3.  * $Log:    respond.h,v $
  4.  * Revision 4.3.3.2  91/01/16  03:28:41  davison
  5.  * Added optional prototyping.
  6.  * 
  7.  * Revision 4.3.3.1  90/06/20  22:39:54  davison
  8.  * Initial Trn Release
  9.  * 
  10.  * Revision 4.3  85/05/01  11:47:50  lwall
  11.  * Baseline for release with 4.3bsd.
  12.  * 
  13.  */
  14.  
  15. EXT char *savedest INIT(Nullch);    /* value of %b */
  16. EXT char *extractprog INIT(Nullch);    /* value of %e */
  17. EXT ART_POS savefrom INIT(0);        /* value of %B */
  18. EXT char *headname INIT(Nullch);
  19.  
  20. #define SAVE_ABORT 0
  21. #define SAVE_DONE 1
  22.  
  23. void    respond_init ANSI((void));
  24. int    save_article ANSI((void));
  25. int    cancel_article ANSI((void));
  26. void    reply ANSI((void));
  27. void    followup ANSI((void));
  28. void    invoke ANSI((char *,char *));
  29.