diff options
author | Brian Paul <[email protected]> | 2009-02-02 12:24:41 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-02 16:51:45 -0700 |
commit | d2eff33ab7fda9527458ea35d9eb109ec2988490 (patch) | |
tree | 42a8a9772aa53361af5244f04ee27969597a4864 /src/mesa/shader/prog_print.c | |
parent | 052c1d66a1ab1f2665870dc77dab28d20416cdf1 (diff) |
mesa: make _mesa_fprint_program_opt() non-static
Diffstat (limited to 'src/mesa/shader/prog_print.c')
-rw-r--r-- | src/mesa/shader/prog_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/prog_print.c b/src/mesa/shader/prog_print.c index 09019dffef0..fa1d3614bfa 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, |