From aa0d78815004ae6b0c4a42b0e024f5c4ef555ae2 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 24 May 2026 10:23:38 +0000 Subject: c rewrite --- include/fetch_git.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/fetch_git.h (limited to 'include/fetch_git.h') diff --git a/include/fetch_git.h b/include/fetch_git.h new file mode 100644 index 0000000..9b9af46 --- /dev/null +++ b/include/fetch_git.h @@ -0,0 +1,8 @@ +#ifndef FETCH_GIT_H +#define FETCH_GIT_H + +#include "vars.h" + +int fetch_git(Pkg pkg); + +#endif \ No newline at end of file -- cgit v1.2.3