home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / GED403R.LZX / Install / Install.run / GOLDEDDATA / developer / api / clib / apilib_protos.h
Encoding:
C/C++ Source or Header  |  1996-06-28  |  365 b   |  10 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.