mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBS
[mesa.git] / src / mesa / main / clip.h
index 154e3ce948280cb098ce97d062f43caf257d9f0d..d53afb45bdf6f9f1c3c2c8520e56f5d7999177f0 100644 (file)
 
 #include "mtypes.h"
 
-extern void _mesa_ClipPlane( GLenum plane, const GLdouble *equation );
+extern void GLAPIENTRY 
+_mesa_ClipPlane( GLenum plane, const GLdouble *equation );
+
+extern void GLAPIENTRY 
+_mesa_GetClipPlane( GLenum plane, GLdouble *equation );
+
+extern void GLAPIENTRY 
+_mesa_CullParameterfvEXT (GLenum cap, GLfloat *v);
+
+extern void GLAPIENTRY 
+_mesa_CullParameterdvEXT (GLenum cap, GLdouble *v);
 
-extern void _mesa_GetClipPlane( GLenum plane, GLdouble *equation );
 
 #endif