From e76524075efba18358b371bf7c18ea95acf13aae Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Thu, 28 Dec 2000 22:16:00 +0000 Subject: - (stevesk) compress.[ch] sync with openbsd; missed in prototype fix merge. --- compress.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compress.h') 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 -- cgit v1.2.3