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 / tkIntXlibDecls_f.h < prev    next >
Encoding:
C/C++ Source or Header  |  2003-07-27  |  407 b   |  14 lines

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