home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / snews-20.zip / RNEWS.H < prev    next >
C/C++ Source or Header  |  1992-08-02  |  1KB  |  40 lines

  1. /*
  2.     SNEWS 2.0
  3.  
  4.     Rnews 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. #include <fcntl.h>
  26. #include <io.h>
  27. #ifdef system
  28. #undef system
  29. #endif
  30. #include <process.h>
  31.  
  32. /*------------------------------ defines ------------------------------*/
  33.  
  34.  
  35. /*----------------------------- prototypes --------------------------------*/
  36. void decode_batch(FILE *in_file, char *fn);
  37.  
  38. #define COMPRESS     0x9D1F
  39. #define FREEZE       0x9F1F
  40.