summaryrefslogtreecommitdiffstats
path: root/file_index.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-02-13 07:06:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-02-13 07:06:07 +0000
commitac32e8eabf1b97208c4ccdfe908aea863d09d1f3 (patch)
tree97843c59827d6028ef778206eb2d194f772126dc /file_index.h
parentAdding upstream version 1.6. (diff)
downloadplzip-ac32e8eabf1b97208c4ccdfe908aea863d09d1f3.tar.xz
plzip-ac32e8eabf1b97208c4ccdfe908aea863d09d1f3.zip
Adding upstream version 1.7.upstream/1.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'file_index.h')
-rw-r--r--file_index.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/file_index.h b/file_index.h
index 5b9813e..7962b99 100644
--- a/file_index.h
+++ b/file_index.h
@@ -1,5 +1,5 @@
/* Plzip - Parallel compressor compatible with lzip
- Copyright (C) 2009-2017 Antonio Diaz Diaz.
+ Copyright (C) 2009-2018 Antonio Diaz Diaz.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -55,10 +55,12 @@ class File_index
void set_errno_error( const char * const msg );
void set_num_error( const char * const msg, unsigned long long num );
- bool skip_trailing_data( const int fd, long long & pos );
+ bool skip_trailing_data( const int fd, long long & pos,
+ const bool ignore_trailing, const bool loose_trailing );
public:
- File_index( const int infd, const bool ignore_trailing );
+ File_index( const int infd, const bool ignore_trailing,
+ const bool loose_trailing );
long members() const { return member_vector.size(); }
const std::string & error() const { return error_; }