summaryrefslogtreecommitdiffstats
path: root/file_index.h
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-06-01 14:15:38 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-06-01 14:15:38 +0000
commitb74ecd2cc2094c9644123e48ac3e2400fd8a3674 (patch)
tree8dbdba84d3f38fb2ea33a5f18fea7d42d16e3f8d /file_index.h
parentAdding upstream version 1.4. (diff)
downloadplzip-b74ecd2cc2094c9644123e48ac3e2400fd8a3674.tar.xz
plzip-b74ecd2cc2094c9644123e48ac3e2400fd8a3674.zip
Adding upstream version 1.5.upstream/1.5
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'file_index.h')
-rw-r--r--file_index.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/file_index.h b/file_index.h
index 1159f1d..8345796 100644
--- a/file_index.h
+++ b/file_index.h
@@ -1,5 +1,5 @@
/* Plzip - Parallel compressor compatible with lzip
- Copyright (C) 2009-2015 Antonio Diaz Diaz.
+ Copyright (C) 2009-2016 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
@@ -57,7 +57,7 @@ class File_index
const char * const msg2 = "" );
public:
- explicit File_index( const int infd );
+ File_index( const int infd, const bool ignore_garbage );
long members() const { return member_vector.size(); }
const std::string & error() const { return error_; }