From 66a99891e36527d5c77a18274159d0095a83f4eb Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 2 Dec 1995 19:38:06 +0000 Subject: Completed function declarations and/or added prototypes. --- sys/netinet/in_rmx.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/netinet/in_rmx.c') diff --git a/sys/netinet/in_rmx.c b/sys/netinet/in_rmx.c index ee3be35..7e8be6e 100644 --- a/sys/netinet/in_rmx.c +++ b/sys/netinet/in_rmx.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: in_rmx.c,v 1.18 1995/11/09 20:22:59 phk Exp $ + * $Id: in_rmx.c,v 1.19 1995/11/14 20:34:06 phk Exp $ */ /* @@ -69,6 +69,9 @@ #include #endif /* not MTUDISC */ +extern int in_inithead __P((void **head, int off)); +extern void in_rtqdrain __P((void)); + #define RTPRF_OURS RTF_PROTO3 /* set on routes we manage */ /* -- cgit v1.1