summaryrefslogtreecommitdiff
path: root/src/mesa/program/prog_print.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-11-23 10:11:46 -0700
committerBrian Paul <brianp@vmware.com>2010-11-23 15:52:42 -0700
commitb8dacaf174517d3efa32711e0f85f8b861d0846b (patch)
tree8852aa8875f486c8c689895fd805da22bad79fe3 /src/mesa/program/prog_print.h
parentcaf974c5259f14b50257e8dd9b325a87378259af (diff)
mesa: rename, make _mesa_register_file_name() non-static
Plus remove unused parameter.
Diffstat (limited to 'src/mesa/program/prog_print.h')
-rw-r--r--src/mesa/program/prog_print.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/program/prog_print.h b/src/mesa/program/prog_print.h
index f080b3fd2e..d962087db3 100644
--- a/src/mesa/program/prog_print.h
+++ b/src/mesa/program/prog_print.h
@@ -47,6 +47,9 @@ typedef enum {
} gl_prog_print_mode;
+extern const char *
+_mesa_register_file_name(gl_register_file f);
+
extern void
_mesa_print_vp_inputs(GLbitfield inputs);