mesa: added _mesa_print_vp/p_inputs() functions (debug aids)
diff --git a/src/mesa/shader/prog_print.h b/src/mesa/shader/prog_print.h
index fc286de..9ab7456 100644
--- a/src/mesa/shader/prog_print.h
+++ b/src/mesa/shader/prog_print.h
@@ -37,6 +37,12 @@
 } gl_prog_print_mode;
 
 
+extern void
+_mesa_print_vp_inputs(GLbitfield inputs);
+
+extern void
+_mesa_print_fp_inputs(GLbitfield inputs);
+
 extern const char *
 _mesa_condcode_string(GLuint condcode);