aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-02-14 22:27:13 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-02-14 22:27:13 +0000
commit297a50a06350e2094213a0930e896c10744256b9 (patch)
tree6ed5d51b1473a79aa84e6a967a67f0091d1562d2 /util.h
parent7271c7ff35b74b7fa0bb9dd2db95b99fb9f9db01 (diff)
downloadbitcoin-297a50a06350e2094213a0930e896c10744256b9.tar.xz
renamed a few rpc methods
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index 6a7fabc5e9..933c71be0b 100644
--- a/util.h
+++ b/util.h
@@ -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