summaryrefslogtreecommitdiff
path: root/src/mesa/shader/shaderobjects.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-11-02 16:21:04 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-11-02 16:21:04 +0000
commit12fe1b3a580c267ccef53a5dbfd5183eaac1489b (patch)
tree1dc180a316aa32fddcd41704f2a4803f47398f37 /src/mesa/shader/shaderobjects.h
parentf49c0d0dfbae5624c4db57b24fff23bd7dbaae01 (diff)
s/_mesa_IsProgram2/_mesa_IsProgram/
Diffstat (limited to 'src/mesa/shader/shaderobjects.h')
-rw-r--r--src/mesa/shader/shaderobjects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/shaderobjects.h b/src/mesa/shader/shaderobjects.h
index 9b16599549..ebcf591611 100644
--- a/src/mesa/shader/shaderobjects.h
+++ b/src/mesa/shader/shaderobjects.h
@@ -309,7 +309,7 @@ _mesa_GetShaderInfoLog(GLuint shader, GLsizei bufSize,
GLsizei *length, GLchar *infoLog);
extern GLboolean GLAPIENTRY
-_mesa_IsProgram2(GLuint program);
+_mesa_IsProgram(GLuint program);
extern GLboolean GLAPIENTRY
_mesa_IsShader(GLuint shader);