diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-26 01:03:35 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-26 01:03:35 +0000 |
commit | 6e34af6845f853564bb8caf7777e4661efd210f2 (patch) | |
tree | c5504d10e8fe59138eecacf64165c556eda9ca9c /sys/altq/if_altq.h | |
parent | 05fac4d8fd89533ada575fcedaac2375eb557fab (diff) |
KNF
Diffstat (limited to 'sys/altq/if_altq.h')
-rw-r--r-- | sys/altq/if_altq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/altq/if_altq.h b/sys/altq/if_altq.h index aae4dd9839c..4df577faf4a 100644 --- a/sys/altq/if_altq.h +++ b/sys/altq/if_altq.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_altq.h,v 1.5 2002/10/08 05:12:08 kjc Exp $ */ +/* $OpenBSD: if_altq.h,v 1.6 2002/11/26 01:03:34 henning Exp $ */ /* $KAME: if_altq.h,v 1.6 2001/01/29 19:59:09 itojun Exp $ */ /* @@ -161,7 +161,7 @@ struct tb_regulator { extern int altq_attach(struct ifaltq *, int, void *, int (*)(struct ifaltq *, struct mbuf *, struct altq_pktattr *), - struct mbuf *(*)(struct ifaltq *, int), + struct mbuf *(*)(struct ifaltq *, int), int (*)(struct ifaltq *, int, void *), void *, void *(*)(void *, struct mbuf *, int)); |