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

  1. /* $Id: decode.h,v 4.4.3.1 1991/11/22 04:12:25 davison Trn $
  2.  *
  3.  * $Log: decode.h,v $
  4.  * Revision 4.4  1991/09/09  20:27:37  sob
  5.  * release 4.4
  6.  *
  7.  *
  8.  * 
  9.  */
  10.  
  11. /* This software is Copyright 1991 by Stan Barber. 
  12.  *
  13.  * Permission is hereby granted to copy, reproduce, redistribute or otherwise
  14.  * use this software as long as: there is no monetary profit gained
  15.  * specifically from the use or reproduction of this software, it is not
  16.  * sold, rented, traded or otherwise marketed, and this copyright notice is
  17.  * included prominently in any copy made. 
  18.  *
  19.  * The author make no claims as to the fitness or correctness of this software
  20.  * for any use whatsoever, and it is provided as is. Any use of this software
  21.  * is at the user's own risk. 
  22.  */
  23. EXT FILE *decode_fp INIT(NULL);
  24. EXT char decode_fname[MAXFILENAME];
  25. EXT char decode_dest[MAXFILENAME];
  26. EXT int decode_type;
  27.  
  28. void decode_init ANSI((void));
  29. void decode_end ANSI((void));
  30.  
  31. void uud_start ANSI((void));
  32. int uudecode ANSI((FILE *));
  33.  
  34. void unship_init ANSI((void));
  35. int unship ANSI((FILE *));
  36.  
  37. #define UUDECODE 0
  38. #define UNSHIP   1
  39.