de-__P()ify

This commit is contained in:
is 2007-11-21 16:49:08 +00:00
parent 1d4dffbc51
commit dc3828d089
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: iso.h,v 1.21 2007/08/30 02:17:38 dyoung Exp $ */
/* $NetBSD: iso.h,v 1.22 2007/11/21 16:49:08 is Exp $ */
/*-
* Copyright (c) 1991, 1993
@ -242,12 +242,12 @@ sockaddr_iso_alloc(const struct iso_addr *addr, int flags)
#include <sys/cdefs.h>
__BEGIN_DECLS
struct iso_addr *iso_addr __P((const char *));
char *iso_ntoa __P((const struct iso_addr *));
struct iso_addr *iso_addr(const char *);
char *iso_ntoa(const struct iso_addr *);
/* THESE DON'T EXIST YET */
struct hostent *iso_gethostbyname __P((const char *));
struct hostent *iso_gethostbyaddr __P((const char *, int, int));
struct hostent *iso_gethostbyname(const char *);
struct hostent *iso_gethostbyaddr(const char *, int, int);
__END_DECLS
#endif /* _KERNEL */