summaryrefslogtreecommitdiff
path: root/sys/altq/altq_afmap.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/altq/altq_afmap.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/altq/altq_afmap.h')
-rw-r--r--sys/altq/altq_afmap.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/altq/altq_afmap.h b/sys/altq/altq_afmap.h
index dd48bed2bb2..5bf014b25d9 100644
--- a/sys/altq/altq_afmap.h
+++ b/sys/altq/altq_afmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: altq_afmap.h,v 1.1 2001/06/27 05:28:34 kjc Exp $ */
+/* $OpenBSD: altq_afmap.h,v 1.2 2002/03/14 01:26:26 millert Exp $ */
/* $KAME: altq_afmap.h,v 1.5 2000/12/14 08:12:45 thorpej Exp $ */
/*
@@ -90,14 +90,14 @@ struct afm_head {
struct ifnet *afh_ifp;
};
-struct afm *afm_top __P((struct ifnet *));
-int afm_alloc __P((struct ifnet *));
-int afm_dealloc __P((struct ifnet *));
-int afm_add __P((struct ifnet *, struct atm_flowmap *));
-int afm_remove __P((struct afm *));
-int afm_removeall __P((struct ifnet *));
-struct afm *afm_lookup __P((struct ifnet *, int, int));
-struct afm *afm_match __P((struct ifnet *, struct flowinfo *));
+struct afm *afm_top(struct ifnet *);
+int afm_alloc(struct ifnet *);
+int afm_dealloc(struct ifnet *);
+int afm_add(struct ifnet *, struct atm_flowmap *);
+int afm_remove(struct afm *);
+int afm_removeall(struct ifnet *);
+struct afm *afm_lookup(struct ifnet *, int, int);
+struct afm *afm_match(struct ifnet *, struct flowinfo *);
#endif /* _KERNEL */