home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / GoldED / developer / examples / syntax / example_cached / o / lib-protos.h < prev    next >
Encoding:
Text File  |  1998-10-06  |  1.4 KB  |  33 lines

  1.  
  2. /* MACHINE GENERATED */
  3.  
  4.  
  5. /* tag.a                */
  6.  
  7. Prototype ALibExpunge(), ALibClose(), ALibOpen(), ALibReserved();
  8.  
  9. /* init.c               */
  10.  
  11. Prototype void InitC(void);
  12.  
  13. /* lib.c                */
  14.  
  15. Prototype LibCall struct Library *LibInit   (__D0 BPTR);
  16. Prototype LibCall struct Library *LibOpen   (__D0 long, __A0 struct Library *);
  17. Prototype LibCall long            LibClose  (__A0 struct Library *);
  18. Prototype LibCall long            LibExpunge(__A0 struct Library *);
  19.  
  20. /* funcs.c              */
  21.  
  22. Prototype LibCall struct ParserData     *MountScanner(void);
  23. Prototype LibCall ULONG                  StartScanner(__A0 struct GlobalConfig *, __A1 struct EditConfig *, __D0 struct SyntaxChunk *);
  24. Prototype LibCall ULONG                  CloseScanner(__D0 ULONG);
  25. Prototype LibCall void                   FlushScanner(__D0 ULONG);
  26. Prototype LibCall void                   SetupScanner(__A0 struct GlobalConfig  *);
  27. Prototype LibCall struct RefreshRequest *BriefScanner(__D0 ULONG, __A0 struct ScannerNotify *);
  28. Prototype LibCall struct SyntaxChunk    *ParseLine   (__D0 ULONG, __A0 struct LineNode *, __D1 ULONG);
  29. Prototype LibCall void                   UnparseLines(__A0 struct LineNode *, __D0 ULONG);
  30. Prototype LibCall void                   ParseSection(__D0 ULONG, __A0 struct LineNode *, __D1 ULONG);
  31. Prototype struct SyntaxChunk *ParseString(UBYTE *, UWORD, ULONG);
  32. Prototype struct SyntaxChunk *DupStack(struct SyntaxChunk *);
  33.