From 6c7f7b2ed08fa742632ec389c9c7852e629c7bf2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Nov 2015 05:40:27 +0100 Subject: Adding upstream version 1.4~pre2. Signed-off-by: Daniel Baumann --- zutils.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'zutils.h') diff --git a/zutils.h b/zutils.h index c6445a1..c96d7c1 100644 --- a/zutils.h +++ b/zutils.h @@ -1,5 +1,5 @@ /* Zutils - Utilities dealing with compressed files - Copyright (C) 2009-2014 Antonio Diaz Diaz. + Copyright (C) 2009-2015 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 @@ -15,8 +15,6 @@ along with this program. If not, see . */ -int parse_format_type( const std::string & arg ); - int readblock( const int fd, uint8_t * const buf, const int size ); int writeblock( const int fd, const uint8_t * const buf, const int size ); bool feed_data( const int infd, const int outfd, -- cgit v1.2.3