]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - include/ll_map.h
Tree wide: Drop sockaddr_nl arg
[mirror_iproute2.git] / include / ll_map.h
index 8546ff928bc0b8b5a424a8806106cd8fb532f93c..fb708191c22c547bb0012f8477ada75a953a4ed7 100644 (file)
@@ -2,8 +2,7 @@
 #ifndef __LL_MAP_H__
 #define __LL_MAP_H__ 1
 
-int ll_remember_index(const struct sockaddr_nl *who,
-                     struct nlmsghdr *n, void *arg);
+int ll_remember_index(struct nlmsghdr *n, void *arg);
 
 void ll_init_map(struct rtnl_handle *rth);
 unsigned ll_name_to_index(const char *name);