Include the proper headers, remove the unnecessary function declarations.

This commit is contained in:
Bill Fumerola 1999-09-25 03:20:29 +00:00
parent db86a11e69
commit c3922760ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51639

View File

@ -50,6 +50,7 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/sysctl.h>
#include <sys/types.h>
#include <net/if.h>
#include <net/route.h>
@ -105,7 +106,7 @@ char *routename(), *netname();
void flushroutes(), newroute(), monitor(), sockaddr(), sodump(), bprintf();
void print_getmsg(), print_rtmsg(), pmsg_common(), pmsg_addrs(), mask_addr();
int getaddr(), rtmsg(), x25_makemask();
extern char *inet_ntoa(), *iso_ntoa(), *link_ntoa();
extern char *iso_ntoa();
void usage __P((const char *)) __dead2;