mesa: add some GL_ARB_debug_output functions
[mesa.git] / src / mesa / main / errors.h
index e467f5d44f2f7db2a528ef4fc933e919440135f5..6ab9b5eaeaee23a0a6cf6a08a2137a724184c123 100644 (file)
 extern "C" {
 #endif
 
+struct _glapi_table;
 struct gl_context;
 
+extern void
+_mesa_init_errors_dispatch(struct _glapi_table *disp);
+
 extern void
 _mesa_init_errors( struct gl_context *ctx );