summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/prog_print.c')
-rw-r--r--src/mesa/shader/prog_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/prog_print.c b/src/mesa/shader/prog_print.c
index 09019dffef..fa1d3614bf 100644
--- a/src/mesa/shader/prog_print.c
+++ b/src/mesa/shader/prog_print.c
@@ -731,7 +731,7 @@ _mesa_print_instruction(const struct prog_instruction *inst)
/**
* Print program, with options.
*/
-static void
+void
_mesa_fprint_program_opt(FILE *f,
const struct gl_program *prog,
gl_prog_print_mode mode,