From 4d540bfc95a4b0eefc1d1f388ec33534aaeb3a2f Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Tue, 15 Feb 2005 22:13:13 +0100 Subject: bzip2-1.0.3 --- bzlib.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bzlib.h') diff --git a/bzlib.h b/bzlib.h index 9ac43a1..3237243 100644 --- a/bzlib.h +++ b/bzlib.h @@ -8,7 +8,7 @@ This file is a part of bzip2 and/or libbzip2, a program and library for lossless, block-sorting data compression. - Copyright (C) 1996-2002 Julian R Seward. All rights reserved. + Copyright (C) 1996-2005 Julian R Seward. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -42,7 +42,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Julian Seward, Cambridge, UK. - jseward@acm.org + jseward@bzip.org bzip2/libbzip2 version 1.0 of 21 March 2000 This program is based on (at least) the work of: @@ -110,8 +110,10 @@ typedef #define BZ_EXPORT #endif +#ifndef BZ_NO_STDIO /* Need a definitition for FILE */ #include +#endif #ifdef _WIN32 # include -- cgit v1.2.3-55-g6feb