home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.6.1.638-MSWin32-x86.msi / _32d8e77e88d49f65eb63e17c2060e888 < prev    next >
Encoding:
Text File  |  2004-04-13  |  370 b   |  14 lines

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