home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / GoldED / developer / api / clib / apilib_protos.h
Encoding:
C/C++ Source or Header  |  1998-10-06  |  455 b   |  11 lines

  1. /*
  2.    Contains prototypes for the library interface functions ONLY.
  3. */
  4.  
  5. #define LibCall __geta4 __regargs
  6.  
  7. extern LibCall struct APIClient *APIMountClient(struct APIMessage *, char *);
  8. extern LibCall void              APICloseClient(struct APIClient *, struct APIMessage *);
  9. extern LibCall void              APIBriefClient(struct APIClient *, struct APIMessage *);
  10. extern LibCall void              APIFree       (struct APIClient *, struct APIOrder   *);
  11.