#ifndef FETCH_GIT_H #define FETCH_GIT_H #include "vars.h" int fetch_git(Pkg pkg); #endif