aboutsummaryrefslogtreecommitdiff
path: root/include/add_repo.hh
blob: ddc1fee38f5bc21ccbb90d78efda37ef4bff86cf (plain)
1
2
3
4
5
6
7
#ifndef ADD_REPO
#define ADD_REPO

#include <string>
void add_repo(std::string repo, std::string repo_name);

#endif