diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:40:27 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:40:27 +0000 |
commit | 6c7f7b2ed08fa742632ec389c9c7852e629c7bf2 (patch) | |
tree | 4066f3bf05144af754b8e725096e98bfc3339ac3 /zutils.h | |
parent | Adding upstream version 1.3. (diff) | |
download | zutils-6c7f7b2ed08fa742632ec389c9c7852e629c7bf2.tar.xz zutils-6c7f7b2ed08fa742632ec389c9c7852e629c7bf2.zip |
Adding upstream version 1.4~pre2.upstream/1.4_pre2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'zutils.h')
-rw-r--r-- | zutils.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 <http://www.gnu.org/licenses/>. */ -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, |