home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / trn_12.zip / src / respond.h < prev    next >
Text File  |  1993-12-04  |  1KB  |  44 lines

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