home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / trn / part01 / respond.h < prev    next >
Encoding:
Text File  |  1991-12-02  |  1.3 KB  |  41 lines

  1. /* $Id: respond.h,v 4.4.2.1 1991/12/01 18:05:42 sob PATCH_2 sob $
  2.  *
  3.  * $Log: respond.h,v $
  4.  * Revision 4.4.2.1  1991/12/01  18:05:42  sob
  5.  * Patchlevel 2 changes
  6.  *
  7.  * Revision 4.4  1991/09/09  20:27:37  sob
  8.  * release 4.4
  9.  *
  10.  * 
  11.  */
  12. /* This software is Copyright 1991 by Stan Barber. 
  13.  *
  14.  * Permission is hereby granted to copy, reproduce, redistribute or otherwise
  15.  * use this software as long as: there is no monetary profit gained
  16.  * specifically from the use or reproduction of this software, it is not
  17.  * sold, rented, traded or otherwise marketed, and this copyright notice is
  18.  * included prominently in any copy made. 
  19.  *
  20.  * The author make no claims as to the fitness or correctness of this software
  21.  * for any use whatsoever, and it is provided as is. Any use of this software
  22.  * is at the user's own risk. 
  23.  */
  24.  
  25. EXT char *savedest INIT(Nullch);    /* value of %b */
  26. EXT char *extractdest INIT(Nullch);    /* value of %E */
  27. EXT char *extractprog INIT(Nullch);    /* value of %e */
  28. EXT ART_POS savefrom INIT(0);        /* value of %B */
  29. EXT char *headname INIT(Nullch);
  30.  
  31. #define SAVE_ABORT 0
  32. #define SAVE_DONE 1
  33.  
  34. void    respond_init ANSI((void));
  35. int    save_article ANSI((void));
  36. int    cancel_article ANSI((void));
  37. int    supersede_article ANSI((void));
  38. void    reply ANSI((void));
  39. void    followup ANSI((void));
  40. void    invoke ANSI((char *,char *));
  41.