1#ifndef _glx_lib_glvnd_h_ 2#define _glx_lib_glvnd_h_ 3 4typedef struct __GLXapiExportsRec __GLXapiExports; 5 6extern const __GLXapiExports *__glXGLVNDAPIExports; 7 8extern const int DI_FUNCTION_COUNT; 9 10extern const void * const __glXDispatchFunctions[]; 11extern int __glXDispatchTableIndices[]; 12extern const char * const __glXDispatchTableStrings[]; 13 14#endif 15