summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.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/netinet/ip_fw.h
parent6c065dd935eff75e7367acf23ae84cc3251a00a9 (diff)
downloadFreeBSD-src-1062c10a868b291bcfcaf2a5ea696b6bbb4acb37.zip
FreeBSD-src-1062c10a868b291bcfcaf2a5ea696b6bbb4acb37.tar.gz
Fixed gratuitous ANSIisms.
Diffstat (limited to 'sys/netinet/ip_fw.h')
-rw-r--r--sys/netinet/ip_fw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index d45be58..78f8c56 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -11,7 +11,7 @@
*
* This software is provided ``AS IS'' without any warranties of any kind.
*
- * $Id: ip_fw.h,v 1.27 1997/06/02 05:02:36 julian Exp $
+ * $Id: ip_fw.h,v 1.28 1997/08/08 14:36:29 alex Exp $
*/
#ifndef _IP_FW_H
@@ -176,7 +176,7 @@ struct ip_fw_chain {
/*
* Function definitions.
*/
-void ip_fw_init(void);
+void ip_fw_init __P((void));
#endif /* KERNEL */
OpenPOWER on IntegriCloud