home *** CD-ROM | disk | FTP | other *** search
- /*
-
- IGBMIAX.H IBM Image Access eXecutive support
-
- */
-
- extern GBM_ERR iax_qft(GBMFT *gbmft);
- extern GBM_ERR iax_rhdr(char *fn, int fd, GBM *gbm, char *opt);
- extern GBM_ERR iax_rpal(int fd, GBM *gbm, GBMRGB *gbmrgb);
- extern GBM_ERR iax_rdata(int fd, GBM *gbm, byte *data);
- extern GBM_ERR iax_w(char *fn, int fd, GBM *gbm, GBMRGB *gbmrgb, byte *data, char *opt);
- extern unsigned long iax_err(GBM_ERR rc);
-