summaryrefslogtreecommitdiff
path: root/syslinux.h
diff options
context:
space:
mode:
authorhpa <hpa>2004-06-13 06:05:02 +0000
committerhpa <hpa>2004-06-13 06:05:02 +0000
commitfdc68217604abef76159a23f50acb5aa6dac211d (patch)
treee3a47b210f242ab316b9fc3a1d739b7f22b2ac08 /syslinux.h
parentd1f854de404386976379942942ea7de2fa2cc498 (diff)
downloadsyslinux-fdc68217604abef76159a23f50acb5aa6dac211d.tar.gz
Add support for building under klibc.
Diffstat (limited to 'syslinux.h')
-rw-r--r--syslinux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslinux.h b/syslinux.h
index c40926a7..d0226476 100644
--- a/syslinux.h
+++ b/syslinux.h
@@ -30,6 +30,6 @@ void syslinux_make_stupid(void);
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);
+int syslinux_check_bootsect(const void *bs, const char *device);
#endif