Add missing file <syslinux/zio.h> syslinux-3.70-pre3
authorH. Peter Anvin <hpa@zytor.com>
Sun, 2 Mar 2008 20:02:45 +0000 (12:02 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 2 Mar 2008 20:02:45 +0000 (12:02 -0800)
This include file has been inadvertently omitted from previous
checkins.

com32/include/syslinux/zio.h [new file with mode: 0644]

diff --git a/com32/include/syslinux/zio.h b/com32/include/syslinux/zio.h
new file mode 100644 (file)
index 0000000..23991e5
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * <syslinux/zio.h>
+ */
+
+#ifndef _SYSLINUX_ZIO_H
+#define _SYSLINUX_ZIO_H
+
+#include <stdio.h>
+
+int zopen(const char *, int, ...);
+FILE *zfopen(const char *, const char *);
+
+#endif /* _SYSLINUX_ZIO_H */