/* * $Id: pp.h,v 1.1 1996/02/27 07:20:39 ms Exp $ * * * $Log: pp.h,v $ * Revision 1.1 1996/02/27 07:20:39 ms * *** empty log message *** * * Revision 1.0 1996/01/21 04:11:20 ms * Initial revision * */ #ifndef __PP_H #define __PP_H #include #include "mytypes.h" extern int depp( ifstream&, ubyte*, udword ); extern udword ppuncompressedlen(); extern const char* pperrorstring; #endif