diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-24 08:17:08 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-24 08:17:08 +0000 |
commit | d1913325e49894c60348daf7bfbd6ec54e8b2e87 (patch) | |
tree | d0d274eea346d3babe2797a52098d96a45275e88 /src/minizip/ioapi.h | |
parent | 882578ed9a39a03d7f08183fdec12dce7da00588 (diff) |
Missing zflush_file member.
Diffstat (limited to 'src/minizip/ioapi.h')
-rw-r--r-- | src/minizip/ioapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |