]> granicus.if.org Git - libnl/commitdiff
Correct missing fwmark mask proto.
authorAndrew Collins <bsderandrew@gmail.com>
Mon, 11 Jun 2012 16:44:43 +0000 (10:44 -0600)
committerThomas Graf <tgraf@redhat.com>
Mon, 11 Jun 2012 21:50:27 +0000 (23:50 +0200)
In my previous patch for adding fwmark mask support, I neglected
to add a prototype for it.  This change corrects my oversight.

include/netlink/route/cls/fw.h

index d1f1b753e9d1bd93d37273414838832882facebf..2e1bade067cae823169aa0c0d7ce1ad3c4053502 100644 (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
 }