1 2 3 4 5 6 7
#ifndef UPDATE_PKG #define UPDATE_PKG #include "vars.hh" void update_pkg(Pkg pkg); #endif