X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=gmqcc.h;h=7ebb1c6ce091fe2a81b5054e24a883f4a8ee0599;hb=50d165e1737994ea8d72322fdb506b4da96925a3;hp=9d00687c8daf7c57c9048af9f62c2059863a8cf0;hpb=63fdab8422684395fa3b599a26f16c3eedb15cc8;p=xonotic%2Fgmqcc.git diff --git a/gmqcc.h b/gmqcc.h index 9d00687..7ebb1c6 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -25,7 +25,7 @@ #define GMQCC_HDR #include #include -#include /* TODO remove?*/ +#include /* TODO: remove?*/ /* * Disable some over protective warnings in visual studio because fixing them is a waste @@ -313,7 +313,9 @@ const struct tm *util_localtime(const time_t *timer); const char *util_ctime (const time_t *timer); typedef struct fs_file_s fs_file_t; -int util_isatty (fs_file_t *); + +bool util_isatty(fs_file_t *); +const char *util_tmpnam(char *); /* * A flexible vector implementation: all vector pointers contain some