aboutsummaryrefslogtreecommitdiff
path: root/include/add_repo.h
blob: 1f41e4b8b26531182263a304a06f09ad98a7cf1f (plain)
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