
/*
 *  DEFS.H
 */

#include <exec/types.h>
#include <exec/nodes.h>
#include <exec/lists.h>
#include <exec/memory.h>
#include <devices/printer.h>
#include <devices/prtbase.h>
#include <devices/prtgfx.h>

#include <clib/exec_protos.h>

#define Prototype extern

typedef struct PrtInfo	PrtInfo;
typedef struct PrinterData PrinterData;
typedef struct PrinterExtendedData PrinterExtendedData;

extern const PrinterExtendedData PEDData;

typedef void *FILE;

#include "/faxfile.h"
#include "protos.h"

#ifdef DEBUG
# include "syslog.h"
#else
# define debug(x)   /* empty */
#endif
