aboutsummaryrefslogtreecommitdiff
path: root/include/install_pkg.hh
blob: 76382d265a5c4af98917c6de3f8995f5d19ea8c6 (plain)
1
2
3
4
5
6
7
#ifndef INSTALL_PKG
#define INSTALL_PKG

#include "vars.hh"
void install_pkg(Pkg pkg);

#endif