From 4eb895adce37d5080310984546faf00db136d4ef Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 1 Jun 2016 16:15:42 +0200 Subject: Merging upstream version 1.5. Signed-off-by: Daniel Baumann --- file_index.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'file_index.h') 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_; } -- cgit v1.2.3