1
0
mirror of synced 2025-12-18 16:34:09 +03:00

Update httplib.h

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
yhirose
2025-12-05 00:02:04 -05:00
committed by GitHub
parent f0f356797f
commit ee01189189

View File

@@ -2593,7 +2593,7 @@ struct FileStat {
FileStat(const std::string &path);
bool is_file() const;
bool is_dir() const;
size_t mtime() const;
time_t mtime() const;
size_t size() const;
private: