summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/api_exec.h')
-rw-r--r--src/mesa/main/api_exec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/api_exec.h b/src/mesa/main/api_exec.h
index 655cb32d0a4..f55f56bda4a 100644
--- a/src/mesa/main/api_exec.h
+++ b/src/mesa/main/api_exec.h
@@ -30,8 +30,12 @@
extern "C" {
#endif
+struct _glapi_table;
struct gl_context;
+extern struct _glapi_table *
+_mesa_alloc_dispatch_table(void);
+
extern void
_mesa_initialize_exec_table(struct gl_context *ctx);