home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / snews-20.zip / UNBATCH.H < prev   
Text File  |  1992-08-02  |  1KB  |  35 lines

  1. /*
  2.     SNEWS 2.0
  3.  
  4.     Unbatch private decls
  5.  
  6.  
  7.     Copyright (C) 1991  John McCombs, Christchurch, NEW ZEALAND
  8.                         john@ahuriri.gen.nz
  9.                         PO Box 2708, Christchurch, NEW ZEALAND
  10.  
  11.     This program is free software; you can redistribute it and/or modify
  12.     it under the terms of the GNU General Public License, version 1, as
  13.     published by the Free Software Foundation.
  14.  
  15.     This program is distributed in the hope that it will be useful,
  16.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  17.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18.     GNU General Public License for more details.
  19.  
  20.     See the file COPYING, which contains a copy of the GNU General
  21.     Public License.
  22.  
  23.  */
  24.  
  25.  
  26. /*------------------------------ defines ------------------------------*/
  27.  
  28.  
  29. /*----------------------------- prototypes --------------------------------*/
  30. FILE *decode_batch(char *fn, char *tn, int no_toss);
  31. void toss(FILE *tmp_file);
  32.  
  33. #define COMPRESS     0x9D1F
  34. #define FREEZE       0x9F1F
  35.