mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-15 14:05:22 +08:00
2373fde9b0
(Logical change 1.66)
7 lines
262 B
C
7 lines
262 B
C
extern int do_qdisc(int argc, char **argv);
|
|
extern int do_class(int argc, char **argv);
|
|
extern int do_filter(int argc, char **argv);
|
|
extern int do_action(int argc, char **argv);
|
|
|
|
extern int parse_estimator(int *p_argc, char ***p_argv, struct tc_estimator *est);
|