mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-10 06:04:20 +00:00
5 lines
No EOL
117 B
C++
Executable file
5 lines
No EOL
117 B
C++
Executable file
#include <string>
|
|
|
|
namespace curlStuff {
|
|
bool downloadFile(const std::string ourUrl, const char *pagefilename);
|
|
} |