home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / tixImgXpm_f.h < prev    next >
Encoding:
C/C++ Source or Header  |  2004-06-01  |  385 b   |  15 lines

  1. #ifndef TIXIMGXPM_VT
  2. #define TIXIMGXPM_VT
  3. typedef struct TiximgxpmVtab
  4. {
  5.  unsigned (*tabSize)(void);
  6. #define VFUNC(type,name,mem,args) type (*mem) args;
  7. #define VVAR(type,name,mem)       type (*mem);
  8. #include "tixImgXpm.t"
  9. #undef VFUNC
  10. #undef VVAR
  11. } TiximgxpmVtab;
  12. extern TiximgxpmVtab *TiximgxpmVptr;
  13. extern TiximgxpmVtab *TiximgxpmVGet(void);
  14. #endif /* TIXIMGXPM_VT */
  15.