mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-22 20:41:11 +00:00
6 lines
217 B
C
6 lines
217 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 parse_estimator(int *p_argc, char ***p_argv, struct tc_estimator *est);
|