Select Git revision
Forked from
Zsombor Szabó-Antalovszky / Noémi Shell
Source project has a limited visibility.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
snatch.h 218 B
#ifndef __SNATCH_H
#define __SNATCH_H
#include <iostream>
size_t write_data(void* ptr, size_t size, size_t nmemb, FILE* stream);
bool download_file(const std::string& url, const std::string& output_filename);
#endif