diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-14 22:27:13 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-14 22:27:13 +0000 |
commit | 297a50a06350e2094213a0930e896c10744256b9 (patch) | |
tree | 6ed5d51b1473a79aa84e6a967a67f0091d1562d2 /util.h | |
parent | 7271c7ff35b74b7fa0bb9dd2db95b99fb9f9db01 (diff) |
renamed a few rpc methods
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ static const bool fWindows = true; #define S_IWUSR 0200
#endif
#define unlink _unlink
+typedef int socklen_t;
#else
static const bool fWindows = false;
#define WSAGetLastError() errno
|