Index: src/libchcore/IFilesystem.h
===================================================================
diff -u -rd468098a278a0d16c5b700236ea276b9c9677c9f -r3c248d4f6d0fdb1e487cc868b2f0b219eec37ef4
--- src/libchcore/IFilesystem.h	(.../IFilesystem.h)	(revision d468098a278a0d16c5b700236ea276b9c9677c9f)
+++ src/libchcore/IFilesystem.h	(.../IFilesystem.h)	(revision 3c248d4f6d0fdb1e487cc868b2f0b219eec37ef4)
@@ -61,7 +61,7 @@
 
 		virtual EPathsRelation GetPathsRelation(const TSmartPath& pathFirst, const TSmartPath& pathSecond) = 0;
 
-		virtual void GetDynamicFreeSpace(const TSmartPath& path, unsigned long long& rullFree) = 0;
+		virtual void GetDynamicFreeSpace(const TSmartPath& path, unsigned long long& rullFree, unsigned long long& rullTotal) = 0;
 	};
 
 	typedef std::shared_ptr<IFilesystem> IFilesystemPtr;