diff options
| author | hpa <hpa> | 2003-07-11 01:17:44 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2003-07-11 01:17:44 +0000 |
| commit | 80e84b3714db5a355729a535cfad6ad2cfd1ef30 (patch) | |
| tree | 42ac33b8d43650ff740311070018245098d040a7 /syslinux.h | |
| parent | a4c27d72bbd9286666eb8610ce47cbd7c142b46f (diff) | |
| download | syslinux-80e84b3714db5a355729a535cfad6ad2cfd1ef30.tar.gz | |
New win32 installer; librarize some stuffsyslinux-2.05-pre3
Diffstat (limited to 'syslinux.h')
| -rw-r--r-- | syslinux.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,4 +29,7 @@ void syslinux_make_stupid(void); /* This takes a boot sector and merges in the syslinux fields */ void syslinux_make_bootsect(void *); +/* Check to see that what we got was indeed an MS-DOS boot sector/superblock */ +int syslinux_check_bootsect(void *bs, char* device); + #endif |
