Correct missing fwmark mask proto.
In my previous patch for adding fwmark mask support, I neglected to add a prototype for it. This change corrects my oversight.
This commit is contained in:
parent
3c53265401
commit
84037becfd
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
extern int rtnl_fw_set_classid(struct rtnl_cls *, uint32_t);
|
||||
extern int rtnl_fw_set_mask(struct rtnl_cls *, uint32_t);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue