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

  1. #ifndef TKOPTION_VT
  2. #define TKOPTION_VT
  3. typedef struct TkoptionVtab
  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 "tkOption.t"
  9. #undef VFUNC
  10. #undef VVAR
  11. } TkoptionVtab;
  12. extern TkoptionVtab *TkoptionVptr;
  13. extern TkoptionVtab *TkoptionVGet(void);
  14. #endif /* TKOPTION_VT */
  15.