From: Stephen Hemminger Date: Sat, 10 Feb 2024 00:48:29 +0000 (-0800) Subject: tc: drop no longer used prototype from tc_util.h X-Git-Tag: v6.8.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e91dfaaaea5f6c8e6f5746cac34f8b0f5d665870;p=thirdparty%2Fiproute2.git tc: drop no longer used prototype from tc_util.h Part of the ipt removal missed this. Signed-off-by: Stephen Hemminger --- diff --git a/tc/tc_util.h b/tc/tc_util.h index aaf10e43..623d9888 100644 --- a/tc/tc_util.h +++ b/tc/tc_util.h @@ -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);