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