X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=common%2Fzlib.h;h=864698a8e8b0c656ca0992028bfbe44b126abd28;hb=1764436dfa4a561519a98a93036dd78b6a1d5a44;hp=36cb5150e988b97aebe91d0408a1e1c1579c0bfc;hpb=3c2d3892cb4bf5609fae25df7e4d8a1a3a90922f;p=ppp.git diff --git a/common/zlib.h b/common/zlib.h index 36cb515..864698a 100644 --- a/common/zlib.h +++ b/common/zlib.h @@ -1,4 +1,4 @@ -/* $Id: zlib.h,v 1.4 1997/03/04 03:26:36 paulus Exp $ */ +/* $Id: zlib.h,v 1.6 1997/05/22 06:44:40 paulus Exp $ */ /* * This file is derived from zlib.h and zconf.h from the zlib-0.95 @@ -8,7 +8,7 @@ */ /* - * ==FILEVERSION 960122== + * ==FILEVERSION 970501== * * This marker is used by the Linux installation script to determine * whether an up-to-date version of this file is already installed. @@ -176,6 +176,7 @@ typedef struct z_stream_s { struct internal_state FAR *state; /* not visible by applications */ alloc_func zalloc; /* used to allocate the internal state */ + alloc_func zalloc_init; /* used to allocate the internal state during initialization */ free_func zfree; /* used to free the internal state */ voidp opaque; /* private data object passed to zalloc and zfree */