summaryrefslogtreecommitdiff
path: root/sys/net/if_token.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/net/if_token.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/net/if_token.h')
-rw-r--r--sys/net/if_token.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/if_token.h b/sys/net/if_token.h
index 1549869432f..1db70d42779 100644
--- a/sys/net/if_token.h
+++ b/sys/net/if_token.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_token.h,v 1.2 2001/06/09 06:16:38 angelos Exp $ */
+/* $OpenBSD: if_token.h,v 1.3 2002/03/14 01:27:09 millert Exp $ */
/* $NetBSD: if_token.h,v 1.6 1999/11/19 20:41:19 thorpej Exp $ */
/*
@@ -125,8 +125,8 @@ struct token_rif {
#define token_delmulti ether_delmulti
#define token_sprintf ether_sprintf
-void token_ifattach __P((struct ifnet *));
-void token_input __P((struct ifnet *, struct mbuf *));
+void token_ifattach(struct ifnet *);
+void token_input(struct ifnet *, struct mbuf *);
#endif
#endif /* _NET_IF_TOKEN_H_ */