Add method for reading latest file

This commit is contained in:
2020-04-20 17:47:55 +02:00
parent 653fffdc24
commit ddcefd584e
2 changed files with 16 additions and 1 deletions
+2
View File
@@ -19,6 +19,8 @@ namespace BufferUtils
void update_latest_file(
const std::string& latest_filename,
const std::string& filename_to_write);
std::string get_latest_file(const std::string& latest_filename);
}
#endif //BUFFER_UTILS_HPP