X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ffilesys.h;h=94d0c874dec6611e34c946b4d2ad40161ca06072;hb=3caad3f3c9e319ca67d63231e8c64b2ace855fff;hp=cc6f43ec421c9a35d45585c6f702fb433ef763d8;hpb=21944a0d3c5284f6bf1e61286ddbcc2ab2f1e2aa;p=oweals%2Fminetest.git diff --git a/src/filesys.h b/src/filesys.h index cc6f43ec4..94d0c874d 100644 --- a/src/filesys.h +++ b/src/filesys.h @@ -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