summaryrefslogtreecommitdiffstats
path: root/file_index.h
diff options
context:
space:
mode:
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_; }