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

  1. #ifndef H_LILO
  2. #define H_LILO
  3.  
  4. #include "hd.h"
  5. #include "fs.h"
  6.  
  7. int installLilo(char * prefix, struct partitionTable table, struct fstab fstab,
  8.         char * kernelVersion);
  9.  
  10. #endif
  11.