diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:29:58 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:29:58 +0000 |
commit | 4646c2987eba0ba70050daf3c9fb450510a30237 (patch) | |
tree | b1312f8c64fd61a3097b553507d00cac44b3c4bd /zutils.h | |
parent | Adding debian version 1.1-1. (diff) | |
download | zutils-4646c2987eba0ba70050daf3c9fb450510a30237.tar.xz zutils-4646c2987eba0ba70050daf3c9fb450510a30237.zip |
Merging upstream version 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'. |