From ed78991edc4755c0276dcb4eb454b43fa38296fc Mon Sep 17 00:00:00 2001 From: dacctal Date: Fri, 3 Apr 2026 14:56:05 +0000 Subject: countless changes --- include/fetch_git.hh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/fetch_git.hh (limited to 'include/fetch_git.hh') diff --git a/include/fetch_git.hh b/include/fetch_git.hh new file mode 100644 index 0000000..9f27013 --- /dev/null +++ b/include/fetch_git.hh @@ -0,0 +1,7 @@ +#ifndef FETCH_GIT +#define FETCH_GIT + +#include "vars.hh" +int fetch_git(Pkg pkg); + +#endif -- cgit v1.2.3