summaryrefslogtreecommitdiff
path: root/compress.h
diff options
context:
space:
mode:
Diffstat (limited to 'compress.h')
-rw-r--r--compress.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compress.h b/compress.h
index 575716481..87d592fe9 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.6 2000/09/07 20:27:50 deraadt Exp $"); */ 14/* RCSID("$OpenBSD: compress.h,v 1.7 2000/12/20 19:37:22 markus Exp $"); */
15 15
16#ifndef COMPRESS_H 16#ifndef COMPRESS_H
17#define COMPRESS_H 17#define COMPRESS_H
@@ -23,7 +23,7 @@
23void buffer_compress_init(int level); 23void buffer_compress_init(int level);
24 24
25/* Frees any data structures allocated by buffer_compress_init. */ 25/* Frees any data structures allocated by buffer_compress_init. */
26void buffer_compress_uninit(); 26void buffer_compress_uninit(void);
27 27
28/* 28/*
29 * Compresses the contents of input_buffer into output_buffer. All packets 29 * Compresses the contents of input_buffer into output_buffer. All packets