RetroArch
gzfile.h
Go to the documentation of this file.
1 
2 #ifndef _GZFILE_H
3 #define _GZFILE_H
4 
5 struct gzFile_s
6 {
7  unsigned have;
8  unsigned char *next;
10 };
11 
12 #endif
Definition: gzfile.h:5
unsigned have
Definition: gzfile.h:7
unsigned char * next
Definition: gzfile.h:8
#define z_off64_t
Definition: gzguts.h:138
z_off64_t pos
Definition: gzfile.h:9