summaryrefslogtreecommitdiff
path: root/glsl_parser_extras.h
diff options
context:
space:
mode:
Diffstat (limited to 'glsl_parser_extras.h')
-rw-r--r--glsl_parser_extras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glsl_parser_extras.h b/glsl_parser_extras.h
index 1edd86bc6e..87de9083c0 100644
--- a/glsl_parser_extras.h
+++ b/glsl_parser_extras.h
@@ -102,7 +102,7 @@ extern void _mesa_glsl_warning(const YYLTYPE *locp,
const char *fmt, ...);
extern "C" {
-extern int preprocess(void *ctx, const char **shader);
+extern int preprocess(void *ctx, const char **shader, char **info_log);
}
extern void _mesa_glsl_lexer_ctor(struct _mesa_glsl_parse_state *state,