home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / comm / misc / elcheapofax / printers / protos.h < prev    next >
Text File  |  1993-12-21  |  1KB  |  38 lines

  1.  
  2. /* MACHINE GENERATED */
  3.  
  4.  
  5. /* data.c               */
  6.  
  7. Prototype const char *CommandTable[];
  8. Prototype int ConvFunc(char *buffer, char c, int crlf_flag);
  9.  
  10. /* density.c            */
  11.  
  12. Prototype short SetDensity(ULONG);
  13.  
  14. /* dospecial.c          */
  15.  
  16. Prototype __geta4 DoSpecial(UWORD *, char *, BYTE *, BYTE *, BYTE *, UBYTE *);
  17.  
  18. /* init.c               */
  19.  
  20. Prototype __geta4 long DevInit(PrinterData *);
  21. Prototype __geta4 long DevExpunge(void);
  22. Prototype __geta4 long DevOpen(void);
  23. Prototype __geta4 long DevClose(void);
  24. Prototype __geta4 long MsgRender(long ct, long x, long y, long status);
  25. Prototype __geta4 void PrinterProc(void);
  26. Prototype void FakeSeg(void);
  27. Prototype CreateProc(char *, ULONG, ULONG, ULONG);
  28. Prototype PrinterData *PD;
  29. Prototype PrinterExtendedData *PED;
  30. Prototype void *AslBase;
  31. Prototype struct FileRequester *FileReq;
  32.  
  33. /* render.c             */
  34.  
  35. Prototype __geta4 long Render(long, long, long, long);
  36. Prototype void Transfer(PrtInfo *, UWORD, UBYTE *);
  37. Prototype void *OpenFaxFile(void);
  38.