works on download script

This commit is contained in:
Hugo LAMY
2022-08-17 20:41:22 +02:00
parent 875810c992
commit df24de46c7
5 changed files with 19 additions and 11 deletions

View File

@@ -62,7 +62,7 @@ void
fill_body_basic(char **env, std::string & http_body, const std::string & rq_body);
size_t
eval_file_read(const std::string &path);
eval_file_access(const std::string &path, int mode);
#endif