]> Git Repo - VerusCoin.git/blobdiff - src/util.h
Pre-allocate block and undo files in chunks
[VerusCoin.git] / src / util.h
index d80b3c28b2dba131a93fb98baafb4fe218aee868..b798f60aa739f66233556a140fad1068e1ad00c9 100644 (file)
@@ -196,6 +196,7 @@ bool WildcardMatch(const char* psz, const char* mask);
 bool WildcardMatch(const std::string& str, const std::string& mask);
 void FileCommit(FILE *fileout);
 int GetFilesize(FILE* file);
+void AllocateFileRange(FILE *file, unsigned int offset, unsigned int length);
 bool RenameOver(boost::filesystem::path src, boost::filesystem::path dest);
 boost::filesystem::path GetDefaultDataDir();
 const boost::filesystem::path &GetDataDir(bool fNetSpecific = true);
This page took 0.023297 seconds and 4 git commands to generate.