1 2 3 4 5 6 7 8
#ifndef INSTALL_PKG_H #define INSTALL_PKG_H #include "vars.h" void install_pkg(Pkg pkg); #endif