@@ -109,7 +109,6 @@ void parse_action_control_dflt(int *argc_p, char ***argv_p,
int parse_action_control_slash(int *argc_p, char ***argv_p,
int *result1_p, int *result2_p, bool allow_num);
void print_action_control(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(const struct rtattr *tb);
int parse_action(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n);
void print_tm(const struct tcf_t *tm);
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> --- tc/tc_util.h | 1 - 1 file changed, 1 deletion(-)