renamed a few rpc methods

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@63 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
s_nakamoto
2010-02-14 22:27:13 +00:00
parent c4319e678f
commit 64a474a49b
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