diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2019-07-18 04:21:13 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2019-07-18 13:21:13 +0200 |
commit | f06c71f9817700eccb507f54249a8c52335bf693 (patch) | |
tree | 830aa316289d6637d3ec024ea5da78a23327267e /inftrees.h | |
parent | d746d233c1dc70e0717877bccf8d9dc099d056d5 (diff) |
Add zng_ prefix to internal functions to avoid linking conflicts with zlib. (#363)
Diffstat (limited to 'inftrees.h')
-rw-r--r-- | inftrees.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ typedef enum { DISTS } codetype; -int ZLIB_INTERNAL inflate_table (codetype type, uint16_t *lens, unsigned codes, +int ZLIB_INTERNAL zng_inflate_table (codetype type, uint16_t *lens, unsigned codes, code * *table, unsigned *bits, uint16_t *work); #endif /* INFTREES_H_ */ |