diff options
Diffstat (limited to 'idc.h')
-rw-r--r-- | idc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ struct shit { void *extra_info;//extra info that I don't care to name atm }; -struct global { +struct idc_global { int fdmax; int shitlen; struct shit fds[FD_SETSIZE]; |