]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tc: drop no longer used prototype from tc_util.h
authorStephen Hemminger <stephen@networkplumber.org>
Sat, 10 Feb 2024 00:48:29 +0000 (16:48 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 10 Feb 2024 17:48:55 +0000 (09:48 -0800)
Part of the ipt removal missed this.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/tc_util.h

index aaf10e433fd1572c2ef785d0270ee930184e9d64..623d9888a5ad5bede7c54b9f270a9d19a5046270 100644 (file)
@@ -113,7 +113,6 @@ void print_action_control(FILE *f, const char *prefix,
                          int action, const char *suffix);
 int police_print_xstats(struct action_util *a, FILE *f, struct rtattr *tb);
 int tc_print_action(FILE *f, const struct rtattr *tb, unsigned short tot_acts);
-int tc_print_ipt(FILE *f, const struct rtattr *tb);
 int parse_action(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n);
 void print_tm(FILE *f, const struct tcf_t *tm);
 int prio_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt);