summaryrefslogtreecommitdiff
path: root/glx/glapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'glx/glapi.h')
-rw-r--r--glx/glapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/glx/glapi.h b/glx/glapi.h
index 6521f3142..23e1fa329 100644
--- a/glx/glapi.h
+++ b/glx/glapi.h
@@ -140,4 +140,7 @@ _glapi_add_dispatch( const char * const * function_names,
extern _glapi_proc
_glapi_get_proc_address(const char *funcName);
+extern struct _glapi_table *
+_glapi_create_table_from_handle(void *handle, const char *symbol_prefix);
+
#endif