diff options
| author | simonb <simonb@NetBSD.org> | 1999-07-02 15:46:05 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 1999-07-02 15:46:05 +0000 |
| commit | 6bf3aa19f91ba1c6bd3eb75b24d45e6e6790420a (patch) | |
| tree | bc0b725b77de79138253fc93b7cc6d1cef153e63 /lib/libz/example.c | |
| parent | 565fad43fa043a078780ea1f3e01a196dcecc234 (diff) | |
More trailing white space.
Diffstat (limited to 'lib/libz/example.c')
| -rw-r--r-- | lib/libz/example.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libz/example.c b/lib/libz/example.c index 2013dbcaf88..6ea3d9a5a56 100644 --- a/lib/libz/example.c +++ b/lib/libz/example.c @@ -1,8 +1,8 @@ -/* $NetBSD: example.c,v 1.5 1998/11/01 20:33:25 tron Exp $ */ +/* $NetBSD: example.c,v 1.6 1999/07/02 15:51:38 simonb Exp $ */ /* example.c -- usage example of the zlib compression library * Copyright (C) 1995-1998 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) Id */ @@ -40,7 +40,7 @@ uLong dictId; /* Adler32 value of the dictionary */ void test_compress OF((Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen)); -void test_gzio OF((const char *out, const char *in, +void test_gzio OF((const char *out, const char *in, Byte *uncompr, int uncomprLen)); void test_deflate OF((Byte *compr, uLong comprLen)); void test_inflate OF((Byte *compr, uLong comprLen, |
