1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 07:46:34 +01:00

rename reserved identifiers per C standard

This commit is contained in:
Jfreegman
2014-09-22 21:24:45 -04:00
parent bf54cb36ef
commit 133c0e8d63
41 changed files with 316 additions and 312 deletions

View File

@@ -46,7 +46,7 @@
#define MAX_DNS_REQST_SIZE 255
#define TOX_DNS3_TXT_PREFIX "v=tox3;id="
extern struct _Winthread Winthread;
extern struct Winthread Winthread;
extern struct _dns3_servers dns3_servers;
extern struct arg_opts arg_opts;