dect
/
libnl
Archived
13
0
Fork 0

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:
Andrew Collins 2012-06-11 10:44:43 -06:00 committed by Thomas Graf
parent 3c53265401
commit 84037becfd
1 changed files with 1 additions and 0 deletions

View File

@ -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
}