]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_network.h
cumulus: Add new daemons to daemons file
[mirror_frr.git] / ospf6d / ospf6_network.h
index 2aeafe50416620dbf21b0be24265dee14e8d189e..4fa2839519f42e0473c774db34b5ed00ee7522e3 100644 (file)
@@ -29,12 +29,12 @@ extern struct in6_addr allspfrouters6;
 extern struct in6_addr alldrouters6;
 
 extern int ospf6_serv_sock (void);
-extern int ospf6_sso (u_int ifindex, struct in6_addr *group, int option);
+extern int ospf6_sso (ifindex_t ifindex, struct in6_addr *group, int option);
 
 extern int ospf6_sendmsg (struct in6_addr *, struct in6_addr *,
-                          unsigned int *, struct iovec *);
+                          ifindex_t *, struct iovec *);
 extern int ospf6_recvmsg (struct in6_addr *, struct in6_addr *,
-                          unsigned int *, struct iovec *);
+                          ifindex_t *, struct iovec *);
 
 #endif /* OSPF6_NETWORK_H */