]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/rule_netlink.h
isisd: implement 'max-area-addresses-mismatch' notification
[mirror_frr.git] / zebra / rule_netlink.h
index 3a9b51309e9ea55925050e6e0be91b7a710b6d19..4547a1bb3b1480fe6d0d3d434f0457cda53e510f 100644 (file)
@@ -29,8 +29,7 @@
 /*
  * Handle netlink notification informing a rule add or delete.
  */
-extern int netlink_rule_change(struct sockaddr_nl *snl, struct nlmsghdr *h,
-                               ns_id_t ns_id, int startup);
+extern int netlink_rule_change(struct nlmsghdr *h, ns_id_t ns_id, int startup);
 
 /*
  * Get to know existing PBR rules in the kernel - typically called at startup.