#ifndef H_DOIT #define H_DOIT #include "methods.h" #include "pkgs.h" int doInstall(struct installMethod * method, struct component * preskel, struct pkgSet * psp, int upgrade); #endif H_DOIT