summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_parameter_layout.h
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2009-08-24 16:39:25 -0400
committerZack Rusin <zackr@vmware.com>2009-08-24 16:39:25 -0400
commitcd5c7bfd93bf207d28610a484b732b8d3eca6059 (patch)
tree61725df97ac4015709bc7c869e01401fcb0d3d93 /src/mesa/shader/prog_parameter_layout.h
parent534c13302291c07a44afd528f4c758ced4296db5 (diff)
parent4bccd693a72a0b42dffc849034263a68e779ca91 (diff)
Merge branch 'master' of ssh://zack@git.freedesktop.org/git/mesa/mesa
Diffstat (limited to 'src/mesa/shader/prog_parameter_layout.h')
-rw-r--r--src/mesa/shader/prog_parameter_layout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/shader/prog_parameter_layout.h b/src/mesa/shader/prog_parameter_layout.h
index 1686170bab..99a7b6c726 100644
--- a/src/mesa/shader/prog_parameter_layout.h
+++ b/src/mesa/shader/prog_parameter_layout.h
@@ -36,6 +36,7 @@
extern unsigned _mesa_combine_swizzles(unsigned base, unsigned applied);
struct asm_parser_state;
-extern int _mesa_layout_parameters(struct asm_parser_state *state);
+
+extern GLboolean _mesa_layout_parameters(struct asm_parser_state *state);
#endif /* PROG_PARAMETER_LAYOUT_H */