aboutsummaryrefslogtreecommitdiff
path: root/include/fetch_git.hh
blob: 9f27013ce9131320f46209bcd632057d41ebbe9b (plain)
1
2
3
4
5
6
7
#ifndef FETCH_GIT
#define FETCH_GIT

#include "vars.hh"
int fetch_git(Pkg pkg);

#endif