diff options
Diffstat (limited to 'include/add_repo.h')
| -rw-r--r-- | include/add_repo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/add_repo.h b/include/add_repo.h new file mode 100644 index 0000000..1f41e4b --- /dev/null +++ b/include/add_repo.h @@ -0,0 +1,6 @@ +#ifndef ADD_REPO_H +#define ADD_REPO_H + +void add_repo(const char *repo, const char *repo_name); + +#endif
\ No newline at end of file |
