diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Tk/pTk/tkIntXlibDecls_f.h')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Tk/pTk/tkIntXlibDecls_f.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/Tk/pTk/tkIntXlibDecls_f.h b/Master/tlpkg/tlperl/lib/Tk/pTk/tkIntXlibDecls_f.h new file mode 100644 index 00000000000..cf6fe23a3eb --- /dev/null +++ b/Master/tlpkg/tlperl/lib/Tk/pTk/tkIntXlibDecls_f.h @@ -0,0 +1,14 @@ +#ifndef TKINTXLIBDECLS_VT +#define TKINTXLIBDECLS_VT +typedef struct TkintxlibdeclsVtab +{ + unsigned (*tabSize)(void); +#define VFUNC(type,name,mem,args) type (*mem) args; +#define VVAR(type,name,mem) type (*mem); +#include "tkIntXlibDecls.t" +#undef VFUNC +#undef VVAR +} TkintxlibdeclsVtab; +extern TkintxlibdeclsVtab *TkintxlibdeclsVptr; +extern TkintxlibdeclsVtab *TkintxlibdeclsVGet(void); +#endif /* TKINTXLIBDECLS_VT */ |