]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Make -E print to stdout by default and honor -o, changed handling of source list...
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index d99a778ed174e507f175394b5b9029c518646cf7..c42197011c2617449aba7d2429e5b6184e8f99d0 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -755,7 +755,7 @@ void parser_cleanup       ();
 /*===================================================================*/
 /*====================== ftepp.c commandline ========================*/
 /*===================================================================*/
-bool ftepp_init             ();
+bool ftepp_init             (FILE *out);
 bool ftepp_preprocess_file  (const char *filename);
 bool ftepp_preprocess_string(const char *name, const char *str);
 void ftepp_finish           ();