struct gzFile_s

#include <zlib.h>

struct gzFile_s
{
    // fields

    unsigned have;
    unsigned char* next;
    z_off64_t pos;
};