Merge branch 'mesa_7_7_branch'
[mesa.git] / src / mesa / main / pixelstore.h
index c42f3040306b6c2abba5526902e77e8be85c0203..ee963f9ba3c113cd2c8a2890b4b974b375408b6d 100644 (file)
@@ -43,4 +43,8 @@ extern void GLAPIENTRY
 _mesa_PixelStoref( GLenum pname, GLfloat param );
 
 
+extern void
+_mesa_init_pixelstore( GLcontext *ctx );
+
+
 #endif