aboutsummaryrefslogtreecommitdiffstats
path: root/zlib/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'zlib/zlib.h')
-rw-r--r--zlib/zlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zlib/zlib.h b/zlib/zlib.h
index 787b5fd9..d0edd792 100644
--- a/zlib/zlib.h
+++ b/zlib/zlib.h
@@ -127,6 +127,7 @@ typedef z_stream FAR *z_streamp;
#define Z_SYNC_FLUSH 2
#define Z_FULL_FLUSH 3
#define Z_FINISH 4
+#define Z_INSERT_ONLY 5
/* Allowed flush values; see deflate() below for details */
#define Z_OK 0