From f3b7b7d34b3bf2b1be18914577c96b66dead379a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 12 Dec 2017 17:33:03 +0100 Subject: Download and extract missing dependencies from github Using libcurl and libarchive --- include/curl.hpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/curl.hpp (limited to 'include/curl.hpp') diff --git a/include/curl.hpp b/include/curl.hpp new file mode 100644 index 0000000..49dfe12 --- /dev/null +++ b/include/curl.hpp @@ -0,0 +1,15 @@ +#ifndef SIBS_CURL_HPP +#define SIBS_CURL_HPP + +#include "Result.hpp" + +namespace sibs +{ + class curl + { + public: + static Result downloadFile(const char *url, const char *filepath); + }; +} + +#endif //SIBS_CURL_HPP -- cgit v1.2.3