diff options
Diffstat (limited to 'include/bzlib.h')
-rw-r--r-- | include/bzlib.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/bzlib.h b/include/bzlib.h index 19314f8f665..e3cf6f9c593 100644 --- a/include/bzlib.h +++ b/include/bzlib.h @@ -62,7 +62,6 @@ For more information on these sources, see the manual. --*/ - #ifndef _BZLIB_H #define _BZLIB_H @@ -117,7 +116,6 @@ typedef } bz_stream; - #ifndef BZ_IMPORT #define BZ_EXPORT #endif @@ -141,7 +139,6 @@ typedef # define BZ_EXTERN extern #endif - /*-- Core (low-level) library functions --*/ BZ_EXTERN int BZ_API(BZ2_bzCompressInit) ( @@ -174,7 +171,6 @@ BZ_EXTERN int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ); - /*-- High(er) level library functions --*/ #ifndef BZ_NO_STDIO @@ -247,7 +243,6 @@ BZ_EXTERN void BZ_API(BZ2_bzWriteClose64) ( ); #endif - /*-- Utility functions --*/ BZ_EXTERN int BZ_API(BZ2_bzBuffToBuffCompress) ( @@ -269,7 +264,6 @@ BZ_EXTERN int BZ_API(BZ2_bzBuffToBuffDecompress) ( int verbosity ); - /*-- Code contributed by Yoshioka Tsuneo (QWF00133@niftyserve.or.jp/tsuneo-y@is.aist-nara.ac.jp), |