aboutsummaryrefslogtreecommitdiff
path: root/include/curl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/curl.hpp')
-rw-r--r--include/curl.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/curl.hpp b/include/curl.hpp
index 7c0ddbe..16b3e52 100644
--- a/include/curl.hpp
+++ b/include/curl.hpp
@@ -2,6 +2,7 @@
#define SIBS_CURL_HPP
#include "Result.hpp"
+#include "FileUtil.hpp"
#include <string>
namespace sibs
@@ -17,7 +18,7 @@ namespace sibs
class curl
{
public:
- static sibs::Result<bool> downloadFile(const char *url, const char *filepath);
+ static sibs::Result<bool> downloadFile(const char *url, const _tinydir_char_t *filepath);
static HttpResult get(const char *url);
};
}