summaryrefslogtreecommitdiffstats
path: root/compress.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2000-12-28 22:16:00 +0000
committerKevin Steves <stevesk@pobox.com>2000-12-28 22:16:00 +0000
commite76524075efba18358b371bf7c18ea95acf13aae (patch)
tree51410563cdc41e169f05c3dac002c0987bf9f729 /compress.h
parent4dccfa5fb73853e6c9281beac2c42a31391acdc7 (diff)
- (stevesk) compress.[ch] sync with openbsd; missed in prototype
fix merge.
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 57571648..87d592fe 100644
--- a/compress.h
+++ b/compress.h
@@ -11,7 +11,7 @@
* called by a name other than "ssh" or "Secure Shell".
*/
-/* RCSID("$OpenBSD: compress.h,v 1.6 2000/09/07 20:27:50 deraadt Exp $"); */
+/* RCSID("$OpenBSD: compress.h,v 1.7 2000/12/20 19:37:22 markus Exp $"); */
#ifndef COMPRESS_H
#define COMPRESS_H
@@ -23,7 +23,7 @@
void buffer_compress_init(int level);
/* Frees any data structures allocated by buffer_compress_init. */
-void buffer_compress_uninit();
+void buffer_compress_uninit(void);
/*
* Compresses the contents of input_buffer into output_buffer. All packets