Commit Diff


commit - 8e331cbe90d4376416bf6d9c2e4a91c953376efb
commit + 390dd5968cdd3afe632f1daaa18acd611d7cdb5b
blob - 04544300ea5a27dd7c3abc7466ea3261042fb118
blob + 7231eb2d9353adf97e052f90db88b38d25aab5c4
--- twind.h
+++ twind.h
@@ -26,8 +26,8 @@
 #define _PATH_TWIND_ACCESS_LOG "logs/access.log"
 #define _PATH_TWIND_ERROR_LOG "logs/error.log"
 
-int access_fd;
-int error_fd;
+static int access_fd;
+static int error_fd;
 
 enum status_codes {
 	STATUS_INPUT = 10,