diff options
Diffstat (limited to 'src/mesa/glapi/glapi.h')
-rw-r--r-- | src/mesa/glapi/glapi.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h index 7916292883..3b022e436e 100644 --- a/src/mesa/glapi/glapi.h +++ b/src/mesa/glapi/glapi.h @@ -1,4 +1,4 @@ -/* $Id: glapi.h,v 1.18 2001/01/23 23:35:47 brianp Exp $ */ +/* $Id: glapi.h,v 1.19 2001/03/28 17:20:20 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -40,6 +40,10 @@ extern struct _glapi_table *_glapi_Dispatch; extern void +_glapi_noop_enable_warnings(GLboolean enable); + + +extern void _glapi_check_multithread(void); |