summaryrefslogtreecommitdiff
path: root/src/mesa/main/pixelstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/pixelstore.h')
-rw-r--r--src/mesa/main/pixelstore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/pixelstore.h b/src/mesa/main/pixelstore.h
index c42f304030..ee963f9ba3 100644
--- a/src/mesa/main/pixelstore.h
+++ b/src/mesa/main/pixelstore.h
@@ -43,4 +43,8 @@ extern void GLAPIENTRY
_mesa_PixelStoref( GLenum pname, GLfloat param );
+extern void
+_mesa_init_pixelstore( GLcontext *ctx );
+
+
#endif