mesa/glthread: add async support to ARB_viewport_array functions
[mesa.git] / src / mapi / glapi / glapi_priv.h
index 50f710edc8af82e59594c01919ad68b074e6a3b0..8f2c6775dc98806b3c61d44eb55728bc46d1b57e 100644 (file)
@@ -49,15 +49,9 @@ typedef void *GLeglImageOES;
 #include "glapi/glapi.h"
 
 
-/* getproc */
-
-extern void
-_glapi_check_table_not_null(const struct _glapi_table *table);
-
-
-extern void
-_glapi_check_table(const struct _glapi_table *table);
-
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 /* entrypoint */
 
@@ -106,4 +100,8 @@ get_entrypoint_address(unsigned int functionOffset);
 #define MAX_EXTENSION_FUNCS 256
 
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif