home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / misc / src / install / lilo.h < prev    next >
C/C++ Source or Header  |  1997-09-17  |  177b  |  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.