#ifndef ADD_REPO_H #define ADD_REPO_H void add_repo(const char *repo, const char *repo_name); #endif