zupdate/include/fetch.hpp
2019-12-23 13:15:42 +01:00

11 lines
332 B
C++

#ifndef FETCH_HPP
#define FETCH_HPP
#include "repos.hpp"
//functions
int fetch_update(repo_update* r, const std::string& name, const std::string& command);
int 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