xref: /aosp_15_r20/external/zlib/contrib/tests/infcover.h (revision 86ee64e75fa5f8bce2c8c356138035642429cd05)
1 #ifndef __INF_COVER_H__
2 #define __INF_COVER_H__
3 
4 void cover_support(void);
5 void cover_wrap(void);
6 void cover_back(void);
7 void cover_inflate(void);
8 void cover_trees(void);
9 void cover_fast(void);
10 
11 void cover_CVE_2022_37434(void);
12 #endif
13