]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - ip/ipntable.c
Tree wide: Drop sockaddr_nl arg
[mirror_iproute2.git] / ip / ipntable.c
index ce3f4614e32b47d5b891c7e7b940f4ca93a17507..5b61dd5cb001da598d171fd77fb35278631ff3ad 100644 (file)
@@ -520,8 +520,7 @@ static void print_ndtstats(const struct ndt_stats *ndts)
        print_nl();
 }
 
-static int print_ntable(const struct sockaddr_nl *who,
-                       struct nlmsghdr *n, void *arg)
+static int print_ntable(struct nlmsghdr *n, void *arg)
 {
        FILE *fp = (FILE *)arg;
        struct ndtmsg *ndtm = NLMSG_DATA(n);