summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/glapi/glapi.h')
-rw-r--r--src/mesa/glapi/glapi.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h
index 8cc86a3c2d..e1114820fa 100644
--- a/src/mesa/glapi/glapi.h
+++ b/src/mesa/glapi/glapi.h
@@ -1,4 +1,4 @@
-/* $Id: glapi.h,v 1.8 1999/12/16 12:38:54 brianp Exp $ */
+/* $Id: glapi.h,v 1.9 1999/12/16 17:31:59 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -36,6 +36,10 @@ struct _glapi_table;
extern void
+_glapi_check_multithread(void);
+
+
+extern void
_glapi_set_dispatch(struct _glapi_table *dispatch);
@@ -43,10 +47,6 @@ extern struct _glapi_table *
_glapi_get_dispatch(void);
-extern void
-_glapi_enable_thread_safety(void);
-
-
extern GLuint
_glapi_get_dispatch_table_size(void);