summaryrefslogtreecommitdiff
path: root/syslinux.h
diff options
context:
space:
mode:
authorhpa <hpa>2003-07-11 01:17:44 +0000
committerhpa <hpa>2003-07-11 01:17:44 +0000
commit80e84b3714db5a355729a535cfad6ad2cfd1ef30 (patch)
tree42ac33b8d43650ff740311070018245098d040a7 /syslinux.h
parenta4c27d72bbd9286666eb8610ce47cbd7c142b46f (diff)
downloadsyslinux-80e84b3714db5a355729a535cfad6ad2cfd1ef30.tar.gz
New win32 installer; librarize some stuffsyslinux-2.05-pre3
Diffstat (limited to 'syslinux.h')
-rw-r--r--syslinux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/syslinux.h b/syslinux.h
index 855cda71..c40926a7 100644
--- a/syslinux.h
+++ b/syslinux.h
@@ -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