![]() |
|
|||
File indexing completed on 2025-05-11 08:24:17
0001 #ifndef __LINUX_ZLIB_H__ 0002 #define __LINUX_ZLIB_H__ 0003 0004 #include <zlib.h> 0005 0006 #define zlib_deflateInit(x,y) deflateInit(x,y) 0007 #define zlib_deflate(x,y) deflate(x,y) 0008 #define zlib_deflateEnd(x) deflateEnd(x) 0009 #define zlib_inflateInit(x) inflateInit(x) 0010 #define zlib_inflateInit2(x,y) inflateInit2(x,y) 0011 #define zlib_inflate(x,y) inflate(x,y) 0012 #define zlib_inflateEnd(x) inflateEnd(x) 0013 0014 #endif /* __LINUX_ZLIB_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |