home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 May / pcp151c.iso / misc / src / install / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-07-10  |  244 b   |  11 lines

  1. #ifndef H_CONFIG
  2. #define H_CONFIG
  3.  
  4. int timeConfig(char * rootPath);
  5. int mouseConfig(char * rootPath);
  6. int xfree86Config(char * rootPath, char *mode);
  7. void configPCMCIA(char * rootPath, char * pcic);
  8. int servicesConfig(char * rootPath);
  9.  
  10. #endif
  11.