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 / tixInt_f.h < prev    next >
Encoding:
C/C++ Source or Header  |  2004-06-01  |  355 b   |  15 lines

  1. #ifndef TIXINT_VT
  2. #define TIXINT_VT
  3. typedef struct TixintVtab
  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 "tixInt.t"
  9. #undef VFUNC
  10. #undef VVAR
  11. } TixintVtab;
  12. extern TixintVtab *TixintVptr;
  13. extern TixintVtab *TixintVGet(void);
  14. #endif /* TIXINT_VT */
  15.