diff options
Diffstat (limited to 'ripd/ripd.h')
-rw-r--r-- | ripd/ripd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ripd/ripd.h b/ripd/ripd.h index 29e4f67c..13a72a11 100644 --- a/ripd/ripd.h +++ b/ripd/ripd.h @@ -377,7 +377,8 @@ void rip_offset_init (); int if_check_address (struct in_addr addr); int if_valid_neighbor (struct in_addr addr); -int rip_request_send (struct sockaddr_in *, struct interface *, u_char); +int rip_request_send (struct sockaddr_in *, struct interface *, u_char, + struct connected *); int rip_neighbor_lookup (struct sockaddr_in *); void rip_redistribute_add (int, int, struct prefix_ipv4 *, unsigned int, struct in_addr *); |