summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/com32/include/syslinux/zio.h
blob: 23991e50d57478cc5fc094ddbd488c70512ffa16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 */