1 /*
2  * <syslinux/zio.h>
3  */
4 
5 #ifndef _SYSLINUX_ZIO_H
6 #define _SYSLINUX_ZIO_H
7 
8 #include <stdio.h>
9 
10 int zopen(const char *, int, ...);
11 FILE *zfopen(const char *, const char *);
12 
13 #endif /* _SYSLINUX_ZIO_H */
14