summaryrefslogtreecommitdiffstats
path: root/sys/sys/inflate.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-16 11:44:05 +0000
committerbde <bde@FreeBSD.org>1997-09-16 11:44:05 +0000
commit1062c10a868b291bcfcaf2a5ea696b6bbb4acb37 (patch)
tree37bc59ea4c26e9d866a3f3244c74112939310f2f /sys/sys/inflate.h
parent6c065dd935eff75e7367acf23ae84cc3251a00a9 (diff)
downloadFreeBSD-src-1062c10a868b291bcfcaf2a5ea696b6bbb4acb37.zip
FreeBSD-src-1062c10a868b291bcfcaf2a5ea696b6bbb4acb37.tar.gz
Fixed gratuitous ANSIisms.
Diffstat (limited to 'sys/sys/inflate.h')
-rw-r--r--sys/sys/inflate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/inflate.h b/sys/sys/inflate.h
index 11d7508..73d9175 100644
--- a/sys/sys/inflate.h
+++ b/sys/sys/inflate.h
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id$
+ * $Id: inflate.h,v 1.8 1997/02/22 09:45:20 peter Exp $
*
*/
#ifndef _SYS_INFLATE_H_
@@ -29,10 +29,10 @@ struct inflate {
void *gz_private;
/* Fetch next character to be uncompressed */
- int (*gz_input) (void *);
+ int (*gz_input) __P((void *));
/* Dispose of uncompressed characters */
- int (*gz_output) (void *, u_char *, u_long);
+ int (*gz_output) __P((void *, u_char *, u_long));
/* Private part */
u_long gz_bb; /* bit buffer */
OpenPOWER on IntegriCloud