home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / GoldED / developer / examples / api / startup / o / lib-protos.h < prev    next >
Encoding:
Text File  |  1998-10-06  |  1.0 KB  |  28 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 APIClient *APIMountClient(__A0 struct APIMessage *, __A1 char *);
  23. Prototype LibCall void              APICloseClient(__A0 struct APIClient *, __A1 struct APIMessage *);
  24. Prototype LibCall void              APIBriefClient(__A0 struct APIClient *, __A1 struct APIMessage *);
  25. Prototype LibCall void              APIFree       (__A0 struct APIClient  *, __A1 struct APIOrder   *);
  26. Prototype ULONG *SendRexxCommand(UBYTE *, UBYTE *, struct MessagePort *);
  27. Prototype void   StartupHandler(void);
  28.