home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Archivers / ppunpackPPC.lha / PPUnpack / depack.h < prev    next >
C/C++ Source or Header  |  1998-02-25  |  335b  |  13 lines

  1. /* prototypes for unpacker functions */
  2.  
  3. /* copyright (c) Marc Espie, 1995 
  4.  * see accompanying file README for distribution information
  5.  */
  6.  
  7. typedef unsigned char ubyte;
  8. typedef unsigned long ulong;
  9.  
  10. extern ulong depackedlen(ubyte *packed, ulong plen);
  11. extern void ppdepack(ubyte *packed, ubyte *depacked, ulong plen, ulong unplen);
  12.  
  13.