#ifndef ADD_REPO #define ADD_REPO #include void add_repo(std::string repo, std::string repo_name); #endif