glapi: restore _glthread_GetID() function
[mesa.git] / src / mapi / glapi / glapi.h
index 7c22985ec40bf14cb97e45bebeb067e13dac1879..e2fa9252f7ace0cbac5f8a8c6a32d583878fe46c 100644 (file)
@@ -168,6 +168,11 @@ _GLAPI_EXPORT struct _glapi_table *
 _glapi_create_table_from_handle(void *handle, const char *symbol_prefix);
 
 
+/** Deprecated function */
+_GLAPI_EXPORT unsigned long
+_glthread_GetID(void);
+
+
 /*
  * These stubs are kept so that the old DRI drivers still load.
  */