summaryrefslogtreecommitdiffstats
path: root/file_index.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-02-13 06:58:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-02-13 06:59:21 +0000
commit7dd21df678aafaba8614ffe90188712f13b3bfc3 (patch)
treebbfc9eedb166e5e3e154b4ad28f4212bdb239d03 /file_index.h
parentReleasing debian version 1.9-4. (diff)
downloadlunzip-7dd21df678aafaba8614ffe90188712f13b3bfc3.tar.xz
lunzip-7dd21df678aafaba8614ffe90188712f13b3bfc3.zip
Merging upstream version 1.10.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 38f0246..49b6519 100644
--- a/file_index.h
+++ b/file_index.h
@@ -1,5 +1,5 @@
/* Lunzip - Decompressor for the lzip format
- 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 );