]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Actually fix the segfault this time
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index cbb8cb3f549b33f1e27d935989a9b04f2d5b346d..8302d286fb76c7f6b1193a7b44b49eeade66f0dc 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -663,8 +663,8 @@ enum {
     LVL_ERROR
 };
 
-void con_default_out();
-void con_default_err();
+FILE *con_default_out();
+FILE *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, ...);