1 #include <exec/execbase.h>
2 #include <exec/memory.h>
8 struct MemChunk
*mcPrev
;
19 struct MungwallHeader
;
21 struct MungwallContext
23 struct MungwallHeader
*hdr
;
32 char *FormatMMContext(char *buffer
, struct MMContext
*ctx
, struct ExecBase
*SysBase
);
33 char *FormatMWContext(char *buffer
, struct MungwallContext
*ctx
, struct ExecBase
*SysBase
);