summaryrefslogtreecommitdiff
path: root/sys/altq/altq_afmap.h
diff options
context:
space:
mode:
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 */