]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
Dump should print a warning if lifepasses don't match...
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 2112ae42be2f1c9374a5812466831f835f62c630..13d351a60bfe12f3c1ae761a7233b7d7b03a927c 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -297,7 +297,7 @@ void ast_function_delete(ast_function*);
  * For "optimized" builds this can just keep returning "foo"...
  * or whatever...
  */
-const char* ast_function_label(ast_function*);
+const char* ast_function_label(ast_function*, const char *prefix);
 
 MEM_VECTOR_PROTO(ast_function, ast_block*, blocks);