diff options
Diffstat (limited to 'archive_reader.h')
-rw-r--r-- | archive_reader.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archive_reader.h b/archive_reader.h index e8963e0..a68372a 100644 --- a/archive_reader.h +++ b/archive_reader.h @@ -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."; |