From 57d1e4420d7f7981a5e55ad5f66cb1534af30851 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Nov 2015 05:29:40 +0100 Subject: Adding upstream version 1.2~pre2. Signed-off-by: Daniel Baumann --- zutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zutils.h') diff --git a/zutils.h b/zutils.h index 238dea8..5ff302c 100644 --- a/zutils.h +++ b/zutils.h @@ -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'. -- cgit v1.2.3