X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=infblock.h;fp=infblock.h;h=aba6e24b8b3ca3af4e8d6574af6820fb2ea01e3f;hb=8a2acbffc86012de3523ecf91db2c4ea1b1c4ea2;hp=03371cea7cfcb3ec4096e8a539ae055f77c3b24d;hpb=56bcb184fac036a45cb8937238d51778d0a796aa;p=zlib.git diff --git a/infblock.h b/infblock.h index 03371ce..aba6e24 100644 --- a/infblock.h +++ b/infblock.h @@ -1,5 +1,5 @@ /* infblock.h -- header to use infblock.c - * Copyright (C) 1995-1996 Mark Adler + * Copyright (C) 1995 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -30,9 +30,3 @@ extern int inflate_blocks_free OF(( inflate_blocks_statef *, z_stream *, uLongf *)); /* check value on output */ - -extern void inflate_set_dictionary OF(( - inflate_blocks_statef *s, - z_stream *z, - const Bytef *d, /* dictionary */ - uInt n)); /* dictionary length */