summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_print.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-02 12:24:41 -0700
committerBrian Paul <brianp@vmware.com>2009-02-02 16:51:45 -0700
commitd2eff33ab7fda9527458ea35d9eb109ec2988490 (patch)
tree42a8a9772aa53361af5244f04ee27969597a4864 /src/mesa/shader/prog_print.h
parent052c1d66a1ab1f2665870dc77dab28d20416cdf1 (diff)
mesa: make _mesa_fprint_program_opt() non-static
Diffstat (limited to 'src/mesa/shader/prog_print.h')
-rw-r--r--src/mesa/shader/prog_print.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/shader/prog_print.h b/src/mesa/shader/prog_print.h
index a64a3126e8..aa7f902fee 100644
--- a/src/mesa/shader/prog_print.h
+++ b/src/mesa/shader/prog_print.h
@@ -62,8 +62,9 @@ extern void
_mesa_print_program(const struct gl_program *prog);
extern void
-_mesa_print_program_opt(const struct gl_program *prog, gl_prog_print_mode mode,
- GLboolean lineNumbers);
+_mesa_fprint_program_opt(FILE *f,
+ const struct gl_program *prog, gl_prog_print_mode mode,
+ GLboolean lineNumbers);
extern void
_mesa_print_program_parameters(GLcontext *ctx, const struct gl_program *prog);