]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/filesys.h
Time: Change old `u32` timestamps to 64-bit (#5818)
[dragonfireclient.git] / src / filesys.h
index cc6f43ec421c9a35d45585c6f702fb433ef763d8..94d0c874dec6611e34c946b4d2ad40161ca06072 100644 (file)
@@ -115,6 +115,8 @@ const char *GetFilenameFromPath(const char *path);
 
 bool safeWriteToFile(const std::string &path, const std::string &content);
 
+bool Rename(const std::string &from, const std::string &to);
+
 } // namespace fs
 
 #endif