must match entries entirely on lookup
[unix-history] / usr / src / sbin / routed / defs.h
index ad5c95c..9de9ffc 100644 (file)
@@ -1,4 +1,4 @@
-/*     defs.h  4.4     82/05/31        */
+/*     defs.h  4.5     82/05/31        */
 
 /*
  * Internal data structure definitions for
 
 /*
  * Internal data structure definitions for
@@ -60,7 +60,7 @@ struct rt_entry {
 #define        RTS_HIDDEN      0x8             /* don't send to router */
 
 struct rthash nethash[ROUTEHASHSIZ], hosthash[ROUTEHASHSIZ];
 #define        RTS_HIDDEN      0x8             /* don't send to router */
 
 struct rthash nethash[ROUTEHASHSIZ], hosthash[ROUTEHASHSIZ];
-struct rt_entry *rtlookup();
+struct rt_entry *rtlookup(), *rtfind();
 
 /*
  * Per address family routines.
 
 /*
  * Per address family routines.