]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/net/bsd_tcpip/v2_0/include/net/zlib.h
Merge branch 'master' of git+ssh://git.kernelconcepts.de/karo-tx-redboot
[karo-tx-redboot.git] / packages / net / bsd_tcpip / v2_0 / include / net / zlib.h
1 #ifndef CYGONCE_NET_BSD_TCPIP_NET_ZLIB_H
2 #define CYGONCE_NET_BSD_TCPIP_NET_ZLIB_H
3
4 //==========================================================================
5 //
6 //      include/net/zlib.h
7 //
8 //      zlib compression 
9 //
10 //==========================================================================
11 //####BSDCOPYRIGHTBEGIN####
12 //
13 // -------------------------------------------
14 //
15 // Portions of this software may have been derived from OpenBSD or other sources,
16 // and are covered by the appropriate copyright disclaimers included herein.
17 //
18 // -------------------------------------------
19 //
20 //####BSDCOPYRIGHTEND####
21 //==========================================================================
22 //#####DESCRIPTIONBEGIN####
23 //
24 // Author(s):    Andrew Lunn
25 // Contributors: Andrew Lunn
26 // Date:         2003-11-08
27 // Purpose:      
28 // Description:  
29 //              
30 //
31 //####DESCRIPTIONEND####
32 //
33 //==========================================================================
34
35 #include <cyg/compress/zlib.h>
36
37 #endif //CYGONCE_NET_BSD_TCPIP_NET_ZLIB_H
38
39
40
41