Crossfire Server, Trunk
mtar_raw_header_t Struct Reference
+ Collaboration diagram for mtar_raw_header_t:

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
 

Detailed Description

Definition at line 30 of file microtar.cpp.

Field Documentation

◆ _padding

char mtar_raw_header_t::_padding[255]

Definition at line 40 of file microtar.cpp.

◆ checksum

char mtar_raw_header_t::checksum[8]

Definition at line 37 of file microtar.cpp.

Referenced by header_to_raw(), and raw_to_header().

◆ group

char mtar_raw_header_t::group[8]

Definition at line 34 of file microtar.cpp.

◆ linkname

char mtar_raw_header_t::linkname[100]

Definition at line 39 of file microtar.cpp.

Referenced by header_to_raw(), and raw_to_header().

◆ mode

char mtar_raw_header_t::mode[8]

Definition at line 32 of file microtar.cpp.

Referenced by header_to_raw(), and raw_to_header().

◆ mtime

char mtar_raw_header_t::mtime[12]

Definition at line 36 of file microtar.cpp.

Referenced by header_to_raw(), and raw_to_header().

◆ name

char mtar_raw_header_t::name[100]

Definition at line 31 of file microtar.cpp.

Referenced by header_to_raw(), and raw_to_header().

◆ owner

char mtar_raw_header_t::owner[8]

Definition at line 33 of file microtar.cpp.

Referenced by header_to_raw(), and raw_to_header().

◆ size

char mtar_raw_header_t::size[12]

Definition at line 35 of file microtar.cpp.

Referenced by header_to_raw(), and raw_to_header().

◆ type

char mtar_raw_header_t::type

Definition at line 38 of file microtar.cpp.

Referenced by header_to_raw(), and raw_to_header().


The documentation for this struct was generated from the following file: