summaryrefslogtreecommitdiff
path: root/deflate.h
diff options
context:
space:
mode:
Diffstat (limited to 'deflate.h')
-rw-r--r--deflate.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/deflate.h b/deflate.h
index 740c25a..1f8068e 100644
--- a/deflate.h
+++ b/deflate.h
@@ -8,7 +8,7 @@
8 subject to change. Applications should only use zlib.h. 8 subject to change. Applications should only use zlib.h.
9 */ 9 */
10 10
11/* $Id: deflate.h,v 1.3 1995/04/14 12:39:45 jloup Exp $ */ 11/* $Id: deflate.h,v 1.4 1995/05/01 15:08:45 jloup Exp $ */
12 12
13#include "zutil.h" 13#include "zutil.h"
14 14
@@ -268,3 +268,5 @@ typedef struct internal_state {
268void ct_init __P((deflate_state *s)); 268void ct_init __P((deflate_state *s));
269int ct_tally __P((deflate_state *s, int dist, int lc)); 269int ct_tally __P((deflate_state *s, int dist, int lc));
270ulg ct_flush_block __P((deflate_state *s, char *buf, ulg stored_len, int eof)); 270ulg ct_flush_block __P((deflate_state *s, char *buf, ulg stored_len, int eof));
271void ct_stored_block __P((deflate_state *s, char *buf, ulg stored_len,
272 int eof));