aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icmpv6.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-01-18 16:21:12 +0000
committerJörg Mayer <jmayer@loplof.de>2004-01-18 16:21:12 +0000
commite68ca30d107e5d95a190e8d56e409059707f3cca (patch)
treef838e437d1a2a3f09df733bd2b40c09a02944196 /packet-icmpv6.c
parentaa411b186187330168d3e0e06d95f3ca70dc827b (diff)
Fix warnings found by -Wstrict-prototypes
svn path=/trunk/; revision=9722
Diffstat (limited to 'packet-icmpv6.c')
-rw-r--r--packet-icmpv6.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/packet-icmpv6.c b/packet-icmpv6.c
index a5e4984830..44a34938b1 100644
--- a/packet-icmpv6.c
+++ b/packet-icmpv6.c
@@ -1,7 +1,7 @@
/* packet-icmpv6.c
* Routines for ICMPv6 packet disassembly
*
- * $Id: packet-icmpv6.c,v 1.74 2003/12/19 23:20:53 guy Exp $
+ * $Id: packet-icmpv6.c,v 1.75 2004/01/18 16:15:25 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -434,11 +434,7 @@ again:
*/
static const char *
-bitrange0(v, s, buf, buflen)
- guint32 v;
- int s;
- char *buf;
- int buflen;
+bitrange0(guint32 v, int s, char *buf, int buflen)
{
guint32 v0;
char *p, *ep;