summaryrefslogtreecommitdiff
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/get.h b/src/mesa/main/get.h
index 076ab7a58b..cc426fc0f6 100644
--- a/src/mesa/main/get.h
+++ b/src/mesa/main/get.h
@@ -65,6 +65,9 @@ _mesa_GetPointerv( GLenum pname, GLvoid **params );
extern const GLubyte * GLAPIENTRY
_mesa_GetString( GLenum name );
+extern const GLubyte * GLAPIENTRY
+_mesa_GetStringi(GLenum name, GLuint index);
+
extern GLenum GLAPIENTRY
_mesa_GetError( void );