home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _165703256053da94ee50fcde05bbb9ba < prev    next >
Encoding:
Text File  |  2004-06-01  |  395 b   |  15 lines

  1. #ifndef TKIMGPHOTO_VT
  2. #define TKIMGPHOTO_VT
  3. typedef struct TkimgphotoVtab
  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 "tkImgPhoto.t"
  9. #undef VFUNC
  10. #undef VVAR
  11. } TkimgphotoVtab;
  12. extern TkimgphotoVtab *TkimgphotoVptr;
  13. extern TkimgphotoVtab *TkimgphotoVGet(void);
  14. #endif /* TKIMGPHOTO_VT */
  15.