diff options
author | stevesk <stevesk> | 2000-12-28 22:16:00 +0000 |
---|---|---|
committer | stevesk <stevesk> | 2000-12-28 22:16:00 +0000 |
commit | 7fb35704305c48cd75f86906e9c8084d7c539a0d (patch) | |
tree | 0164fdf3cb7ab6f52a838d260872bf3aafbaf5fd /compress.c | |
parent | bb1a030b5b24d2410b860610328f9cb74c28edb9 (diff) | |
download | openssh-7fb35704305c48cd75f86906e9c8084d7c539a0d.tar.gz |
- (stevesk) compress.[ch] sync with openbsd; missed in prototype
fix merge.
Diffstat (limited to 'compress.c')
-rw-r--r-- | compress.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: compress.c,v 1.10 2000/12/19 23:17:56 markus Exp $"); +RCSID("$OpenBSD: compress.c,v 1.11 2000/12/20 19:37:21 markus Exp $"); #include "ssh.h" #include "buffer.h" @@ -39,7 +39,7 @@ buffer_compress_init(int level) /* Frees any data structures allocated for compression. */ void -buffer_compress_uninit() +buffer_compress_uninit(void) { debug("compress outgoing: raw data %lu, compressed %lu, factor %.2f", outgoing_stream.total_in, outgoing_stream.total_out, |