mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:47:35 +00:00
LibArchive: Add TarFileHeader::content_is_like_extended_header()
This commit is contained in:
parent
e2d71823d3
commit
e0dba2b81b
2 changed files with 7 additions and 0 deletions
|
@ -116,6 +116,8 @@ public:
|
|||
unsigned expected_checksum() const;
|
||||
void calculate_checksum();
|
||||
|
||||
bool content_is_like_extended_header() const;
|
||||
|
||||
private:
|
||||
char m_filename[100] { 0 };
|
||||
char m_mode[8] { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue