summaryrefslogtreecommitdiff
path: root/inftrees.h
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@solidstatenetworks.com>2020-08-22 18:24:10 -0700
committerHans Kristian Rosbach <hk-github@circlestorm.org>2020-08-31 12:33:16 +0200
commit7cffba4dd6fddd9be8f6aba8e30da0d2a2abd518 (patch)
tree9d8f3f8b8f6a1d8f6e4e1e16e650a48aaa315cd6 /inftrees.h
parentb5a81501f272084ebde8a2bc3871c6c1e22d26ff (diff)
Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.
Diffstat (limited to 'inftrees.h')
-rw-r--r--inftrees.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inftrees.h b/inftrees.h
index 8395e76..7758737 100644
--- a/inftrees.h
+++ b/inftrees.h
@@ -60,7 +60,7 @@ typedef enum {
DISTS
} codetype;
-int ZLIB_INTERNAL zng_inflate_table (codetype type, uint16_t *lens, unsigned codes,
+int Z_INTERNAL zng_inflate_table (codetype type, uint16_t *lens, unsigned codes,
code * *table, unsigned *bits, uint16_t *work);
#endif /* INFTREES_H_ */