home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 13 / CDA13.ISO / MISC / SRC / INSTALL / DOIT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-23  |  224 b   |  11 lines

  1. #ifndef H_DOIT
  2. #define H_DOIT
  3.  
  4. #include "methods.h"
  5. #include "pkgs.h"
  6.  
  7. int doInstall(struct installMethod * method, struct component * preskel, 
  8.           struct pkgSet * psp, char * netSharedPath, int upgrade);
  9.  
  10. #endif H_DOIT
  11.