diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-04 11:13:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-04 11:13:03 +0000 |
commit | 74f3e49ba198016d7d078fbaf4954323f2cb3a15 (patch) | |
tree | 3be3ee4bf92eb1d9c3576e6019aa0010015c0161 /rc.h | |
parent | Releasing debian version 1.7-8. (diff) | |
download | zutils-74f3e49ba198016d7d078fbaf4954323f2cb3a15.tar.xz zutils-74f3e49ba198016d7d078fbaf4954323f2cb3a15.zip |
Merging upstream version 1.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'rc.h')
-rw-r--r-- | rc.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* Zutils - Utilities dealing with compressed files - Copyright (C) 2009-2018 Antonio Diaz Diaz. + Copyright (C) 2009-2019 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 @@ -51,7 +51,6 @@ void show_error( const char * const msg, const int errcode = 0, const bool help = false ); void show_file_error( const char * const filename, const char * const msg, const int errcode = 0 ); -void show_error2( const char * const msg, const char * const name ); void internal_error( const char * const msg ); void show_close_error( const char * const prog_name = "data feeder" ); void show_exec_error( const char * const prog_name ); |