mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-18 22:09:55 +00:00
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);
|