home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / rn_4_3_blars.lzh / respond.h < prev    next >
Text File  |  1990-08-22  |  458b  |  22 lines

  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();
  22.