misc cleanup, adjustments to debug outputs

This commit is contained in:
Joseph Henry
2016-09-07 18:18:00 -07:00
parent 06747d35f3
commit efd709dc52
8 changed files with 304 additions and 219 deletions

View File

@@ -50,8 +50,8 @@
// externs common between SDK_Intercept and SDK_Socket from SDK.h
//int (*realsocket)(SOCKET_SIG);
//int (*realconnect)(CONNECT_SIG);
int (*realsocket)(SOCKET_SIG);
int (*realconnect)(CONNECT_SIG);
void dwr(int level, const char *fmt, ... );