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_pwd.hh
blob: 44143e7cc6a3d02f75b3d668fdc62e112a22d41c (
plain
)
1
2
3
4
5
6
7
#ifndef FETCH_PWD #define FETCH_PWD #include "vars.hh" void fetch_pwd(Pkg pkg); #endif