aboutsummaryrefslogtreecommitdiff
path: root/decode_prefix.h
diff options
context:
space:
mode:
Diffstat (limited to 'decode_prefix.h')
-rw-r--r--decode_prefix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/decode_prefix.h b/decode_prefix.h
index b73847142f02..8bb4a76750a5 100644
--- a/decode_prefix.h
+++ b/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