summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/decode_prefix.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcpdump/decode_prefix.h')
-rw-r--r--contrib/tcpdump/decode_prefix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcpdump/decode_prefix.h b/contrib/tcpdump/decode_prefix.h
index b738471..8bb4a76 100644
--- a/contrib/tcpdump/decode_prefix.h
+++ b/contrib/tcpdump/decode_prefix.h
@@ -33,9 +33,9 @@
#ifndef tcpdump_decode_prefix_h
#define tcpdump_decode_prefix_h
-extern int decode_prefix4(const u_char *pptr, char *buf, u_int buflen);
+extern int decode_prefix4(const u_char *pptr, u_int itemlen, char *buf, u_int buflen);
#ifdef INET6
-extern int decode_prefix6(const u_char *pd, char *buf, u_int buflen);
+extern int decode_prefix6(const u_char *pd, u_int itemlen, char *buf, u_int buflen);
#endif
#endif
OpenPOWER on IntegriCloud