commit 73ed0e04029a6e2872d2b4aff478a1b56ebe7528
parent 7afb5aa5e1248c2fe33e1faf07c912e1a8d69b0e
Author: nsz <nszabolcs@gmail.com>
Date: Tue, 11 Aug 2009 10:06:10 +0200
x
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/README b/README
@@ -15,5 +15,5 @@ build:
features:
inflate: decode raw deflate compressed data
- inflate_simple: minimalistic implementation
+ inflate_simple: minimal implementation
deflate: raw deflate compression
diff --git a/deflate.c b/deflate.c
@@ -659,6 +659,8 @@ static State *alloc_state(void) {
return s;
}
+/* extern */
+
int deflate(FlateStream *stream) {
State *s = stream->state;
int n, k;