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/Archive.hpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/Archive.hpp (limited to 'include/Archive.hpp') diff --git a/include/Archive.hpp b/include/Archive.hpp new file mode 100644 index 0000000..6d6a55d --- /dev/null +++ b/include/Archive.hpp @@ -0,0 +1,15 @@ +#ifndef SIBS_ZLIB_HPP +#define SIBS_ZLIB_HPP + +#include "Result.hpp" + +namespace sibs +{ + class Archive + { + public: + static Result extract(const char *source, const char *destination); + }; +} + +#endif //SIBS_ZLIB_HPP -- cgit v1.2.3