summaryrefslogtreecommitdiff
path: root/ripd/ripd.h
diff options
context:
space:
mode:
authorajs <ajs>2005-10-30 23:51:32 +0000
committerajs <ajs>2005-10-30 23:51:32 +0000
commit35a60c2d3c217e3b835821a7f6ea458e2eff44cf (patch)
treeff6dc20fdbf2f081556efaa0edec3ed341b29e97 /ripd/ripd.h
parente5b308d1af147c78acd2803f4006463e6ff67444 (diff)
2005-10-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ripd.c: (rip_response_process) Instead of calling rip_interface.c:if_valid_neighbor(), call the equivalent library function if_lookup_address(). * rip_interface.c: (if_valid_neighbor) Remove function, since it is essentially equivalent to the if_lookup_address() library function. * ripd.h: (if_valid_neighbor) Remove function declaration.
Diffstat (limited to 'ripd/ripd.h')
-rw-r--r--ripd/ripd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ripd/ripd.h b/ripd/ripd.h
index cc4aef67..4d0c04e2 100644
--- a/ripd/ripd.h
+++ b/ripd/ripd.h
@@ -391,7 +391,6 @@ extern void rip_zclient_start (void);
extern void rip_zclient_reset (void);
extern void rip_offset_init (void);
extern int if_check_address (struct in_addr addr);
-extern int if_valid_neighbor (struct in_addr addr);
extern int rip_request_send (struct sockaddr_in *, struct interface *, u_char,
struct connected *);