From aa0d78815004ae6b0c4a42b0e024f5c4ef555ae2 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 24 May 2026 10:23:38 +0000 Subject: c rewrite --- include/add_repo.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/add_repo.h (limited to 'include/add_repo.h') 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 -- cgit v1.2.3