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:
@@ -717,7 +717,7 @@ wait_for_reply(sock, from, sent)
|
|||||||
return (cc);
|
return (cc);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
dump_packet()
|
dump_packet()
|
||||||
{
|
{
|
||||||
u_char *p;
|
u_char *p;
|
||||||
@@ -816,7 +816,7 @@ send_probe(seq, ttl, iflag, to)
|
|||||||
/*
|
/*
|
||||||
* Convert an ICMP "type" field to a printable string.
|
* Convert an ICMP "type" field to a printable string.
|
||||||
*/
|
*/
|
||||||
char *
|
static char *
|
||||||
pr_type(t)
|
pr_type(t)
|
||||||
u_char t;
|
u_char t;
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user