From: hansr Date: Wed, 5 Nov 2014 19:46:55 +0000 (+0100) Subject: Add missing match.h file from last commit X-Git-Tag: 1.9.9-b1~894 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67a96c193258dfa71e8f66817a3d4a43b9db30a7;p=thirdparty%2Fzlib-ng.git Add missing match.h file from last commit --- diff --git a/match.h b/match.h new file mode 100644 index 000000000..d0f385047 --- /dev/null +++ b/match.h @@ -0,0 +1,2 @@ + +uInt longest_match (deflate_state *s, IPos cur_match);