Add missing declaration of rtnl_tc_get_link()
This commit is contained in:
parent
daefa76959
commit
cc33b0940f
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ enum rtnl_tc_stat {
|
|||
extern void rtnl_tc_set_ifindex(struct rtnl_tc *, int);
|
||||
extern int rtnl_tc_get_ifindex(struct rtnl_tc *);
|
||||
extern void rtnl_tc_set_link(struct rtnl_tc *, struct rtnl_link *);
|
||||
extern struct rtnl_link *rtnl_tc_get_link(struct rtnl_tc *);
|
||||
extern void rtnl_tc_set_mtu(struct rtnl_tc *, uint32_t);
|
||||
extern uint32_t rtnl_tc_get_mtu(struct rtnl_tc *);
|
||||
extern void rtnl_tc_set_mpu(struct rtnl_tc *, uint32_t);
|
||||
|
|
Loading…
Add table
Reference in a new issue