Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
#ifndef H_LILO
#define H_LILO
#include "hd.h"
#include "fs.h"
int installLilo(char * prefix, struct partitionTable table, struct fstab fstab,
char * kernelVersion);
#endif