summaryrefslogtreecommitdiffstats
path: root/file_index.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-02-13 06:55:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-02-13 06:55:43 +0000
commita382a7a69612ffd005ce4ee79016d1d4eb6173e9 (patch)
treeb15eb5678296f0b5d20f2a75aa626a850aac421f /file_index.h
parentAdding upstream version 1.9. (diff)
downloadclzip-a382a7a69612ffd005ce4ee79016d1d4eb6173e9.tar.xz
clzip-a382a7a69612ffd005ce4ee79016d1d4eb6173e9.zip
Adding upstream version 1.10.upstream/1.10
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--file_index.h4
1 files changed, 2 insertions, 2 deletions
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 );