X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gzip.h;h=648073eee4b3106513c4102dddfd8de02e99ca1a;hb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3;hp=e6fac710c1216c113a167ada1fc2695bb6354b11;hpb=dc84183747ce1703eb99685b5dbde1f65a143c06;p=debian%2Fgzip diff --git a/gzip.h b/gzip.h index e6fac71..648073e 100644 --- a/gzip.h +++ b/gzip.h @@ -1,6 +1,6 @@ /* gzip.h -- common declarations for all gzip modules - Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2012 Free Software + Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2013 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly. @@ -321,6 +321,3 @@ extern void fprint_off (FILE *, off_t, int); /* in inflate.c */ extern int inflate (void); - - /* in yesno.c */ -extern int yesno (void);