home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / igbmiax.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  415 b   |  13 lines

  1. /*
  2.  
  3. IGBMIAX.H  IBM Image Access eXecutive support
  4.  
  5. */
  6.  
  7. extern GBM_ERR iax_qft(GBMFT *gbmft);
  8. extern GBM_ERR iax_rhdr(char *fn, int fd, GBM *gbm, char *opt);
  9. extern GBM_ERR iax_rpal(int fd, GBM *gbm, GBMRGB *gbmrgb);
  10. extern GBM_ERR iax_rdata(int fd, GBM *gbm, byte *data);
  11. extern GBM_ERR iax_w(char *fn, int fd, GBM *gbm, GBMRGB *gbmrgb, byte *data, char *opt);
  12. extern unsigned long iax_err(GBM_ERR rc);
  13.