PX20		(('P' << 24) + ('X' << 16) + ('2' << 8) + '0')

/* One of these for each opened, powerpacked file, which has not yet been
** closed
*/
struct filenode
{
	struct MinNode mn;

	BPTR filehandle;
	char      Ö     è  äõ/QÍ*ram_filename, *orig_filename;
	short dirty;
};

/* One of these for each caller to NewOpen() */
struct caller
{
	struct MinNode mn;

	struct Task *tc;
};

/* Global data */
struct MinList templist, callers;
struct Window *win;
struct IntuitionBase *IntuitionBase;
struct GfxBase *GfxBase;
struct PPBase *PPBase;
int patched;

/* Exported to detach module */
int _stack = 4000;
int _priority = 5;
char *_procname = "Powerpacker Patcher";
BPTR _BackGroundIO;

/* Universal termination code     