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 | 64a474a49b20a66453fbcd2382e4b042427b0a0f (patch) | |
tree | 6ed5d51b1473a79aa84e6a967a67f0091d1562d2 /util.h | |
parent | c4319e678f693d5fbc49bd357ded1c8f951476e9 (diff) |
renamed a few rpc methods
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@63 1a98c847-1fd6-4fd8-948a-caf3550aa51b
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
|