home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 52
/
Amiga_Dream_52.iso
/
Amiga
/
Workbench
/
Archivers
/
PPUnpackWOS.lha
/
depack.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-02-25
|
335b
|
13 lines
/* prototypes for unpacker functions */
/* copyright (c) Marc Espie, 1995
* see accompanying file README for distribution information
*/
typedef unsigned char ubyte;
typedef unsigned long ulong;
extern ulong depackedlen(ubyte *packed, ulong plen);
extern void ppdepack(ubyte *packed, ubyte *depacked, ulong plen, ulong unplen);