diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:29:40 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:29:40 +0000 |
commit | 57d1e4420d7f7981a5e55ad5f66cb1534af30851 (patch) | |
tree | 7de98d0106a3940da1e3c5eb773d5a1de186a905 /zutils.h | |
parent | Adding upstream version 1.1. (diff) | |
download | zutils-57d1e4420d7f7981a5e55ad5f66cb1534af30851.tar.xz zutils-57d1e4420d7f7981a5e55ad5f66cb1534af30851.zip |
Adding upstream version 1.2~pre2.upstream/1.2_pre2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'zutils.h')
-rw-r--r-- | zutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ int test_format( const int infd, const uint8_t ** const magic_datap, // Returns exit status of child process 'pid', or 'eretval' in case of error. // int wait_for_child( const pid_t pid, const char * const name, - const int eretval = 2 ); + const int eretval = 2, const bool isgzxz = false ); // Returns -1 if child not terminated, 'eretval' in case of error, or // exit status of child process 'pid'. |