summaryrefslogtreecommitdiff
path: root/compress.h
diff options
context:
space:
mode:
Diffstat (limited to 'compress.h')
-rw-r--r--compress.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/compress.h b/compress.h
index 87d592fe9..f90932a6f 100644
--- a/compress.h
+++ b/compress.h
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 */ 12 */
13 13
14/* RCSID("$OpenBSD: compress.h,v 1.7 2000/12/20 19:37:22 markus Exp $"); */ 14/* RCSID("$OpenBSD: compress.h,v 1.8 2001/04/05 10:39:02 markus Exp $"); */
15 15
16#ifndef COMPRESS_H 16#ifndef COMPRESS_H
17#define COMPRESS_H 17#define COMPRESS_H
@@ -20,7 +20,8 @@
20 * Initializes compression; level is compression level from 1 to 9 (as in 20 * Initializes compression; level is compression level from 1 to 9 (as in
21 * gzip). 21 * gzip).
22 */ 22 */
23void buffer_compress_init(int level); 23void buffer_compress_init_send(int level);
24void buffer_compress_init_recv(void);
24 25
25/* Frees any data structures allocated by buffer_compress_init. */ 26/* Frees any data structures allocated by buffer_compress_init. */
26void buffer_compress_uninit(void); 27void buffer_compress_uninit(void);