diff options
| author | Jeff Garzik <[email protected]> | 2011-06-11 16:17:13 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-06-11 16:17:13 -0700 |
| commit | ce148944c776ae8e91cc058f44ddce356c7cebc9 (patch) | |
| tree | ce40033b63b17ee2527795781885a76310d5fe0d /src/main.h | |
| parent | Merge pull request #312 from codler/patch-1 (diff) | |
| parent | Faster timeout when connecting (diff) | |
| download | archived-discoin-0.3.23.tar.xz archived-discoin-0.3.23.zip | |
Merge pull request #300 from sipa/connecttimeoutv0.3.23rc1v0.3.23
non-blocking connect (by phantomcircuit)
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 8087df33a..436ffbecb 100644 --- a/src/main.h +++ b/src/main.h @@ -79,7 +79,6 @@ extern int fUseUPnP; - bool CheckDiskSpace(uint64 nAdditionalBytes=0); FILE* OpenBlockFile(unsigned int nFile, unsigned int nBlockPos, const char* pszMode="rb"); FILE* AppendBlockFile(unsigned int& nFileRet); |