Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / Tk / pTk / Xlib_f.h
#ifndef XLIB_VT
#define XLIB_VT
typedef struct XlibVtab
{
#define VFUNC(type,name,mem,args) type (*mem) args;
#define VVAR(type,name,mem) type (*mem);
#include "Xlib.t"
#undef VFUNC
#undef VVAR
} XlibVtab;
extern XlibVtab *XlibVptr;
extern XlibVtab *XlibVGet _ANSI_ARGS_((void));
#endif /* XLIB_VT */