summaryrefslogtreecommitdiff
path: root/tc/tc_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'tc/tc_common.h')
-rw-r--r--tc/tc_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/tc_common.h b/tc/tc_common.h
index 58dc9d6a..f1561d80 100644
--- a/tc/tc_common.h
+++ b/tc/tc_common.h
@@ -16,7 +16,7 @@ int print_action(struct nlmsghdr *n, void *arg);
int print_filter(struct nlmsghdr *n, void *arg);
int print_qdisc(struct nlmsghdr *n, void *arg);
int print_class(struct nlmsghdr *n, void *arg);
-void print_size_table(FILE *fp, const char *prefix, struct rtattr *rta);
+void print_size_table(struct rtattr *rta);
struct tc_estimator;
int parse_estimator(int *p_argc, char ***p_argv, struct tc_estimator *est);