Freeciv-3.4
Loading...
Searching...
No Matches
Data Fields
bzip2_struct Struct Reference

Data Fields

BZFILEfile
 
FILEplain
 
int error
 
int firstbyte
 
bool eof
 

Detailed Description

Definition at line 72 of file ioz.c.

Field Documentation

◆ eof

bool bzip2_struct::eof

Definition at line 77 of file ioz.c.

Referenced by fz_fgets(), and fz_from_file().

◆ error

int bzip2_struct::error

Definition at line 75 of file ioz.c.

Referenced by fz_fclose(), fz_ferror(), fz_fgets(), fz_fprintf(), fz_from_file(), and fz_strerror().

◆ file

BZFILE* bzip2_struct::file

Definition at line 73 of file ioz.c.

Referenced by fz_fclose(), fz_fgets(), fz_fprintf(), and fz_from_file().

◆ firstbyte

int bzip2_struct::firstbyte

Definition at line 76 of file ioz.c.

Referenced by fz_fgets(), and fz_from_file().

◆ plain

FILE* bzip2_struct::plain

Definition at line 74 of file ioz.c.

Referenced by fz_fclose(), and fz_from_file().