diff options
author | Kenjiro Cho <kjc@cvs.openbsd.org> | 2003-03-13 16:33:47 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@cvs.openbsd.org> | 2003-03-13 16:33:47 +0000 |
commit | 7624ff4cd94c9c994c023b117e7a4b2db2783382 (patch) | |
tree | 040d9afa16e3ce0389b28c5ad43445dc04556d62 /sys | |
parent | 6737e1d3e4fe187878e30eaf843b8a677c6d4990 (diff) |
remove an unused function prototype.
from KAME
Diffstat (limited to 'sys')
-rw-r--r-- | sys/altq/altq_rio.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/altq/altq_rio.h b/sys/altq/altq_rio.h index 91e547db97f..da3835e5ec6 100644 --- a/sys/altq/altq_rio.h +++ b/sys/altq/altq_rio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: altq_rio.h,v 1.5 2002/12/16 17:27:20 henning Exp $ */ +/* $OpenBSD: altq_rio.h,v 1.6 2003/03/13 16:33:46 kjc Exp $ */ /* $KAME: altq_rio.h,v 1.5 2000/12/14 08:12:46 thorpej Exp $ */ /* @@ -122,7 +122,6 @@ extern void rio_getstats(rio_t *, struct redstats *); extern int rio_addq(rio_t *, class_queue_t *, struct mbuf *, struct altq_pktattr *); extern struct mbuf *rio_getq(rio_t *, class_queue_t *); -extern int rio_set_meter(rio_t *, int, int, int); #endif /* _KERNEL */ |