home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / perl / tkPlatDecls_f.h < prev    next >
Encoding:
C/C++ Source or Header  |  2003-07-27  |  402 b   |  15 lines

  1. #ifndef TKPLATDECLS_VT
  2. #define TKPLATDECLS_VT
  3. #include "tkPlatDecls.h"
  4. typedef struct TkplatdeclsVtab
  5. {
  6. #define VFUNC(type,name,mem,args) type (*mem) args;
  7. #define VVAR(type,name,mem)       type (*mem);
  8. #include "tkPlatDecls.t"
  9. #undef VFUNC
  10. #undef VVAR
  11. } TkplatdeclsVtab;
  12. extern TkplatdeclsVtab *TkplatdeclsVptr;
  13. extern TkplatdeclsVtab *TkplatdeclsVGet _ANSI_ARGS_((void));
  14. #endif /* TKPLATDECLS_VT */
  15.