1 #ifndef CLIB_XPKSUB_PROTOS_H 2 #define CLIB_XPKSUB_PROTOS_H 3 4 /* 5 ** $VER: clib/xpksub_protos.h 3.10 (01.10.96) by SDI 6 ** 7 ** (C) Copyright 1991-1996 by 8 ** Urban Dominik Mueller, Bryan Ford, 9 ** Christian Schneider, Christian von Roques, 10 ** Dirk Stöcker 11 ** All Rights Reserved 12 */ 13 14 #ifndef XPK_XPKSUB_H 15 #include <xpk/xpksub.h> 16 #endif 17 18 #ifdef __cplusplus 19 extern "C" { 20 #endif /* __cplusplus */ 21 22 struct XpkInfo *XpksPackerInfo (void); 23 LONG XpksPackChunk (struct XpkSubParams *); 24 void XpksPackFree (struct XpkSubParams *); 25 LONG XpksPackReset (struct XpkSubParams *); 26 LONG XpksUnpackChunk(struct XpkSubParams *); 27 void XpksUnpackFree (struct XpkSubParams *); 28 29 #ifdef __cplusplus 30 } 31 #endif /* __cplusplus */ 32 33 #endif /* CLIB_XPKSUB_PROTOS_H */