Updated as described in doc/contributing/maintaining-zlib.md. PR-URL: https://github.com/nodejs/node/pull/45387 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
13 lines
235 B
C
13 lines
235 B
C
#ifndef __INF_COVER_H__
|
|
#define __INF_COVER_H__
|
|
|
|
void cover_support(void);
|
|
void cover_wrap(void);
|
|
void cover_back(void);
|
|
void cover_inflate(void);
|
|
void cover_trees(void);
|
|
void cover_fast(void);
|
|
|
|
void cover_CVE_2022_37434(void);
|
|
#endif
|