aboutsummaryrefslogtreecommitdiffstats
path: root/idc.h
diff options
context:
space:
mode:
authorepoch <epoch@hack.thebackupbox.net>2019-06-24 04:48:49 +0000
committerepoch <epoch@hack.thebackupbox.net>2019-06-24 04:48:49 +0000
commit142e7c78f554897079d977f99b909ab7d66da978 (patch)
tree09f65390d18dc7925af38cb77d2912c0c2a6609e /idc.h
parent5233bdf96e20f490a1535b8537209d31e0819415 (diff)
downloadlibidc-142e7c78f554897079d977f99b909ab7d66da978.tar.gz
libidc-142e7c78f554897079d977f99b909ab7d66da978.zip
renamed the global struct to something less conflicty
Diffstat (limited to 'idc.h')
-rw-r--r--idc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/idc.h b/idc.h
index e4ec38e..cce3906 100644
--- a/idc.h
+++ b/idc.h
@@ -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];