home *** CD-ROM | disk | FTP | other *** search
- #ifndef H_DOIT
- #define H_DOIT
-
- #include "methods.h"
- #include "pkgs.h"
-
- int doInstall(struct installMethod * method, struct component * preskel,
- struct pkgSet * psp, char * netSharedPath, int upgrade);
-
- #endif H_DOIT
-