diff options
Diffstat (limited to '')
-rw-r--r-- | lzip_index.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lzip_index.cc b/lzip_index.cc index f724bd1..d443fa0 100644 --- a/lzip_index.cc +++ b/lzip_index.cc @@ -32,8 +32,6 @@ #include "tarlz.h" -namespace { - int seek_read( const int fd, uint8_t * const buf, const int size, const long long pos ) { @@ -42,6 +40,8 @@ int seek_read( const int fd, uint8_t * const buf, const int size, return 0; } +namespace { + const char * bad_version( const unsigned version ) { static char buf[80]; |