aboutsummaryrefslogtreecommitdiff
path: root/include/fetch_git.h
blob: 9b9af4653dc5ed83ec117d13affdb0058a066bac (plain)
1
2
3
4
5
6
7
8
#ifndef FETCH_GIT_H
#define FETCH_GIT_H

#include "vars.h"

int fetch_git(Pkg pkg);

#endif