summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/get.h')
-rw-r--r--src/mesa/main/get.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/main/get.h b/src/mesa/main/get.h
index 898fb49cdb3..de9b2a27e72 100644
--- a/src/mesa/main/get.h
+++ b/src/mesa/main/get.h
@@ -93,4 +93,10 @@ _mesa_GetError( void );
extern GLenum GLAPIENTRY
_mesa_GetGraphicsResetStatusARB( void );
+struct gl_vertex_array_object;
+
+extern void
+_get_vao_pointerv(GLenum pname, struct gl_vertex_array_object* vao,
+ GLvoid **params, const char* callerstr);
+
#endif