Fix "no previous prototype" warnings.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4826 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a48d4d6056
commit
84263be16c
@ -717,7 +717,7 @@ wait_for_reply(sock, from, sent)
|
||||
return (cc);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
dump_packet()
|
||||
{
|
||||
u_char *p;
|
||||
@ -816,7 +816,7 @@ send_probe(seq, ttl, iflag, to)
|
||||
/*
|
||||
* Convert an ICMP "type" field to a printable string.
|
||||
*/
|
||||
char *
|
||||
static char *
|
||||
pr_type(t)
|
||||
u_char t;
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user