1 2 3 4 5 6
#ifndef ADD_REPO_H #define ADD_REPO_H void add_repo(const char *repo, const char *repo_name); #endif