X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=gmqcc.h;h=af3d2c1d00434d7ce94a6636f71d311fab7d6931;hb=8f858a8f3eafcc113055987717d89c5d07994d0f;hp=fdcb56ba8a5efa4f1a5dfe0c313600c5b8e1954c;hpb=b360245b45856d709213a255af225c840cb08882;p=xonotic%2Fgmqcc.git diff --git a/gmqcc.h b/gmqcc.h index fdcb56b..af3d2c1 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -826,9 +826,10 @@ typedef struct { longbit bit; } opts_flag_def; -bool opts_setflag (const char *, bool); -bool opts_setwarn (const char *, bool); -bool opts_setoptim(const char *, bool); +bool opts_setflag (const char *, bool); +bool opts_setwarn (const char *, bool); +bool opts_setwerror(const char *, bool); +bool opts_setoptim (const char *, bool); void opts_init (const char *, int, size_t); void opts_set (uint32_t *, size_t, bool);