Add GLAPIENTRY function decorations for correct operation on Windows.
[mesa.git] / src / mesa / main / nvvertparse.h
index 5949b9228b60bbfcd8bcca8bf37d2d1375e3f885..205885f45c38e1412d0f1a529ec33a1072625221 100644 (file)
@@ -41,5 +41,10 @@ _mesa_print_nv_vertex_instruction(const struct vp_instruction *inst);
 extern void
 _mesa_print_nv_vertex_program(const struct vertex_program *program);
 
+extern const char *
+_mesa_nv_vertex_input_register_name(GLuint i);
+
+extern const char *
+_mesa_nv_vertex_output_register_name(GLuint i);
 
 #endif