aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2024-02-09 16:48:29 -0800
committerStephen Hemminger <stephen@networkplumber.org>2024-02-10 09:48:55 -0800
commite91dfaaaea5f6c8e6f5746cac34f8b0f5d665870 (patch)
tree3ac9f5929a3de85f2c716419cd251d16c0985c1c
parentb958d3c25dccdf83c2499ab7f6d6931e878efa46 (diff)
downloadiproute2-next-e91dfaaaea5f6c8e6f5746cac34f8b0f5d665870.tar.gz
tc: drop no longer used prototype from tc_util.h
Part of the ipt removal missed this. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--tc/tc_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tc/tc_util.h b/tc/tc_util.h
index aaf10e433..623d9888a 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);