home *** CD-ROM | disk | FTP | other *** search
- /*
- Contains prototypes for the library interface functions ONLY.
- */
-
- #define LibCall __geta4 __regargs
-
- extern LibCall struct APIClient *APIMountClient(struct APIMessage *, char *);
- extern LibCall void APICloseClient(struct APIClient *, struct APIMessage *);
- extern LibCall void APIBriefClient(struct APIClient *, struct APIMessage *);
- extern LibCall void APIFree (struct APIClient *, struct APIOrder *);
-