Crossfire Server, Trunk
|
Data Fields | |
char | _padding [255] |
char | checksum [8] |
char | group [8] |
char | linkname [100] |
char | mode [8] |
char | mtime [12] |
char | name [100] |
char | owner [8] |
char | size [12] |
char | type |
Definition at line 30 of file microtar.cpp.
char mtar_raw_header_t::_padding[255] |
Definition at line 40 of file microtar.cpp.
char mtar_raw_header_t::checksum[8] |
Definition at line 37 of file microtar.cpp.
Referenced by header_to_raw(), and raw_to_header().
char mtar_raw_header_t::group[8] |
Definition at line 34 of file microtar.cpp.
char mtar_raw_header_t::linkname[100] |
Definition at line 39 of file microtar.cpp.
Referenced by header_to_raw(), and raw_to_header().
char mtar_raw_header_t::mode[8] |
Definition at line 32 of file microtar.cpp.
Referenced by header_to_raw(), and raw_to_header().
char mtar_raw_header_t::mtime[12] |
Definition at line 36 of file microtar.cpp.
Referenced by header_to_raw(), and raw_to_header().
char mtar_raw_header_t::name[100] |
Definition at line 31 of file microtar.cpp.
Referenced by header_to_raw(), and raw_to_header().
char mtar_raw_header_t::owner[8] |
Definition at line 33 of file microtar.cpp.
Referenced by header_to_raw(), and raw_to_header().
char mtar_raw_header_t::size[12] |
Definition at line 35 of file microtar.cpp.
Referenced by header_to_raw(), and raw_to_header().
char mtar_raw_header_t::type |
Definition at line 38 of file microtar.cpp.
Referenced by header_to_raw(), and raw_to_header().