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:
Philippe Houdoin
2003-09-26 10:01:21 +00:00
parent a48d4d6056
commit 84263be16c
+2 -2
View File
@@ -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;
{ {