zupdate/include/fetch.hpp
2019-11-14 17:23:32 +01:00

11 lines
334 B
C++

#ifndef FETCH_HPP
#define FETCH_HPP
#include "repos.hpp"
//functions
void fetch_update(repo_update* r, const std::string& name, const std::string& command);
void import_sizes(repo_update* ru, const char* ext_info_command, const char* loc_info_command, const char* ext_cut_command, const char* loc_cut_command);
#endif //FETCH_HPP