From d1913325e49894c60348daf7bfbd6ec54e8b2e87 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 24 May 2014 08:17:08 +0000 Subject: Missing zflush_file member. --- src/minizip/ioapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/minizip/ioapi.h') diff --git a/src/minizip/ioapi.h b/src/minizip/ioapi.h index 3f4a0db..3c40c53 100644 --- a/src/minizip/ioapi.h +++ b/src/minizip/ioapi.h @@ -149,6 +149,7 @@ typedef struct zlib_filefunc_def_s open_file_func zopen_file; read_file_func zread_file; write_file_func zwrite_file; + flush_file_func zflush_file; tell_file_func ztell_file; seek_file_func zseek_file; close_file_func zclose_file; -- cgit v1.2.3