]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
con_default_out for opts.pp_only (removes recently added TODO .. and fixes a segfault)
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 949559442021428f8555b8ce672dbb38c9d02330..cbb8cb3f549b33f1e27d935989a9b04f2d5b346d 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -663,6 +663,9 @@ enum {
     LVL_ERROR
 };
 
+void con_default_out();
+void con_default_err();
+
 void con_vprintmsg (int level, const char *name, size_t line, const char *msgtype, const char *msg, va_list ap);
 void con_printmsg  (int level, const char *name, size_t line, const char *msgtype, const char *msg, ...);
 void con_cvprintmsg(void *ctx, int lvl, const char *msgtype, const char *msg, va_list ap);