renamed a few rpc methods

This commit is contained in:
s_nakamoto
2010-02-14 22:27:13 +00:00
parent 7271c7ff35
commit 297a50a063
5 changed files with 16 additions and 19 deletions

1
util.h
View File

@@ -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