mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-12-17 01:43:16 +00:00
tc/fifo: remove unnecessary prototype
The prototype for prio_print_opt is already in tc_util.h Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
0f36267485
commit
ad618b7984
@ -94,7 +94,6 @@ struct qdisc_util pfifo_head_drop_qdisc_util = {
|
|||||||
.print_qopt = fifo_print_opt,
|
.print_qopt = fifo_print_opt,
|
||||||
};
|
};
|
||||||
|
|
||||||
extern int prio_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt);
|
|
||||||
struct qdisc_util pfifo_fast_qdisc_util = {
|
struct qdisc_util pfifo_fast_qdisc_util = {
|
||||||
.id = "pfifo_fast",
|
.id = "pfifo_fast",
|
||||||
.print_qopt = prio_print_opt,
|
.print_qopt = prio_print_opt,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user