Awoo-Installer/include/curl.hpp
2019-10-17 16:20:40 -04:00

5 lines
No EOL
117 B
C++
Executable file

#include <string>
namespace curlStuff {
bool downloadFile(const std::string ourUrl, const char *pagefilename);
}