From 8c4c86de23351a059da32e84dccff0bbbc8d3c48 Mon Sep 17 00:00:00 2001 From: alfred Date: Wed, 20 Mar 2002 02:39:27 +0000 Subject: Remove __P. --- sys/netipx/ipx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netipx/ipx.h') diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h index f282d40..e633efb 100644 --- a/sys/netipx/ipx.h +++ b/sys/netipx/ipx.h @@ -162,8 +162,8 @@ struct ipx { #include __BEGIN_DECLS -struct ipx_addr ipx_addr __P((const char *)); -char *ipx_ntoa __P((struct ipx_addr)); +struct ipx_addr ipx_addr(const char *); +char *ipx_ntoa(struct ipx_addr); __END_DECLS #endif /* !_NETIPX_IPX_H_ */ -- cgit v1.1