From 1062c10a868b291bcfcaf2a5ea696b6bbb4acb37 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 16 Sep 1997 11:44:05 +0000 Subject: Fixed gratuitous ANSIisms. --- sys/netinet/ip_fw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netinet/ip_fw.h') 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 */ -- cgit v1.1