Merging upstream version 0.26.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7185f44b62
commit
180f99b04d
44 changed files with 610 additions and 505 deletions
|
@ -18,7 +18,7 @@
|
|||
struct Archive_descriptor
|
||||
{
|
||||
const std::string name;
|
||||
const char * const namep; // printable archive name
|
||||
const char * const namep; // printable archive name
|
||||
const int infd;
|
||||
const Lzip_index lzip_index;
|
||||
const bool seekable;
|
||||
|
@ -118,3 +118,6 @@ public:
|
|||
int read( uint8_t * const buf, const int size );
|
||||
int skip_member( const Extended & extended );
|
||||
};
|
||||
|
||||
|
||||
const char * const empty_msg = "Empty lzip member not allowed.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue