#ifndef INSTALL_PKG_H #define INSTALL_PKG_H #include "vars.h" void install_pkg(Pkg pkg); #endif