1 #ifndef _PROTO_XPKMASTER_H 2 #define _PROTO_XPKMASTER_H 3 4 #ifndef EXEC_TYPES_H 5 #include <exec/types.h> 6 #endif 7 #ifndef CLIB_XPKMASTER_PROTOS_H 8 #include <clib/xpkmaster_protos.h> 9 #endif 10 11 #ifdef __GNUC__ 12 #include <ppcinline/xpkmaster.h> 13 #else 14 #include <pragma/xpkmaster_lib.h> 15 #endif 16 17 #ifndef __NOLIBBASE__ 18 extern struct Library * 19 #ifdef __CONSTLIBBASEDECL__ 20 __CONSTLIBBASEDECL__ 21 #endif /* __CONSTLIBBASEDECL__ */ 22 XpkBase; 23 #endif 24 25 #endif /* _PROTO_XPKMASTER_H */