diff options
Diffstat (limited to 'include/fetch_git.hh')
| -rw-r--r-- | include/fetch_git.hh | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
