mesa: make _mesa_fprint_program_opt() non-static
diff --git a/src/mesa/shader/prog_print.c b/src/mesa/shader/prog_print.c
index 09019df..fa1d361 100644
--- a/src/mesa/shader/prog_print.c
+++ b/src/mesa/shader/prog_print.c
@@ -731,7 +731,7 @@
 /**
  * Print program, with options.
  */
-static void
+void
 _mesa_fprint_program_opt(FILE *f,
                          const struct gl_program *prog,
                          gl_prog_print_mode mode,