index
:
pkgit
master
a universal system-agnostic package manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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