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

  1. #ifndef H_CONFIG
  2. #define H_CONFIG
  3.  
  4. int timeConfig(void);
  5. int kbdConfig(void);
  6. int mouseConfig(void);
  7. void configPCMCIA(char * pcic);
  8.  
  9. #endif
  10.