diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-24 04:36:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-24 04:36:43 +0000 |
commit | ab77d16ba47322aab30703e251efbffb680ce0bb (patch) | |
tree | 5d2146c01e938fa6cac7c349192088cb2e962ac5 /fec.h | |
parent | Adding upstream version 1.25~pre1. (diff) | |
download | lziprecover-ab77d16ba47322aab30703e251efbffb680ce0bb.tar.xz lziprecover-ab77d16ba47322aab30703e251efbffb680ce0bb.zip |
Adding upstream version 1.25~rc1.upstream/1.25_rc1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fec.h')
-rw-r--r-- | fec.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -234,7 +234,6 @@ void extract_dirname( const std::string & name, std::string & srcdir ); void replace_dirname( const std::string & name, const std::string & srcdir, const std::string & destdir, std::string & outname ); bool has_fec_extension( const std::string & name ); -const char * printable_name( const std::string & filename, const bool in = true ); int fec_create( const std::vector< std::string > & filenames, const std::string & default_output_filename, const unsigned long fb_or_pct, const unsigned cl_block_size, |