Skip to content

Commit

Permalink
Add missing nx_deflateReset() declaration to nx_zlib.h
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Moreira Zinsly <rzinsly@linux.ibm.com>
  • Loading branch information
rzinsly committed Jun 28, 2022
1 parent a2cfcaa commit 8f06b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/nx_zlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ extern int nx_deflateEnd(z_streamp strm);
extern unsigned long nx_deflateBound(z_streamp strm, unsigned long sourceLen);
extern int nx_deflateSetDictionary(z_streamp strm, const unsigned char *dictionary,
uint dictLength);
extern int nx_deflateReset(z_streamp strm);

/* nx_inflate.c */
extern int nx_inflateInit_(z_streamp strm, const char *version, int stream_size);
Expand Down

0 comments on commit 8f06b16

Please sign in to comment.