source: bootcd/isolinux/syslinux-6.03/com32/include/syslinux/zio.h @ dd1be7c

Last change on this file since dd1be7c was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 204 bytes
Line 
1/*
2 * <syslinux/zio.h>
3 */
4
5#ifndef _SYSLINUX_ZIO_H
6#define _SYSLINUX_ZIO_H
7
8#include <stdio.h>
9
10int zopen(const char *, int, ...);
11FILE *zfopen(const char *, const char *);
12
13#endif /* _SYSLINUX_ZIO_H */
Note: See TracBrowser for help on using the repository browser.