diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/netiso/eonvar.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/netiso/eonvar.h')
-rw-r--r-- | sys/netiso/eonvar.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/netiso/eonvar.h b/sys/netiso/eonvar.h index 412d9180629..76244012ef6 100644 --- a/sys/netiso/eonvar.h +++ b/sys/netiso/eonvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: eonvar.h,v 1.3 2001/01/19 06:37:38 itojun Exp $ */ +/* $OpenBSD: eonvar.h,v 1.4 2002/03/14 01:27:12 millert Exp $ */ /* $NetBSD: eonvar.h,v 1.6 1996/02/13 22:09:18 christos Exp $ */ /*- @@ -174,13 +174,13 @@ struct eon_llinfo { #define el_eonhdr el_ei.ei_eh #ifdef _KERNEL -void eonprotoinit __P((void)); -void eonattach __P((void)); -int eonioctl __P((struct ifnet *, u_long, caddr_t)); -void eoniphdr __P((struct eon_iphdr *, caddr_t, struct route *, int, int)); -void eonrtrequest __P((int, struct rtentry *, struct rt_addrinfo *)); -int eonoutput __P((struct ifnet *, struct mbuf *, struct sockaddr *, - struct rtentry *)); -void eoninput __P((struct mbuf *, ...)); -void *eonctlinput __P((int, struct sockaddr *, void *)); +void eonprotoinit(void); +void eonattach(void); +int eonioctl(struct ifnet *, u_long, caddr_t); +void eoniphdr(struct eon_iphdr *, caddr_t, struct route *, int, int); +void eonrtrequest(int, struct rtentry *, struct rt_addrinfo *); +int eonoutput(struct ifnet *, struct mbuf *, struct sockaddr *, + struct rtentry *); +void eoninput(struct mbuf *, ...); +void *eonctlinput(int, struct sockaddr *, void *); #endif |