From c47aa7dfb21de77e630d5738d73a0f38204bfe0b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 13 Feb 2018 07:55:46 +0100 Subject: Merging upstream version 1.10. 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 d093fa9..ae5c5ce 100644 --- a/file_index.h +++ b/file_index.h @@ -1,5 +1,5 @@ /* Clzip - LZMA lossless data compressor - Copyright (C) 2010-2017 Antonio Diaz Diaz. + Copyright (C) 2010-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 @@ -57,7 +57,7 @@ struct File_index }; bool Fi_init( struct File_index * const fi, const int infd, - const bool ignore_trailing ); + const bool ignore_trailing, const bool loose_trailing ); void Fi_free( struct File_index * const fi ); -- cgit v1.2.3