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