aboutsummaryrefslogtreecommitdiff
path: root/nfsfh.h
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2023-05-10 15:02:34 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2023-05-10 15:04:46 +0000
commit51a183021fce3928d24b11c319d2787f5a15ae87 (patch)
tree03e681bfda053978ba896745828e09cb056ad156 /nfsfh.h
parentf91036a44a189fa5d0b5f1c6dea0a396a0f928c0 (diff)
Import tcpdump 4.99.4vendor/tcpdump/4.99.4
Reviewed by: emaste Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'nfsfh.h')
-rw-r--r--nfsfh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfsfh.h b/nfsfh.h
index 5cf8fc4417a6..bf378bbf6c94 100644
--- a/nfsfh.h
+++ b/nfsfh.h
@@ -63,4 +63,4 @@ typedef struct {
#define fsid_eq(a,b) ((a.fsid_code == b.fsid_code) &&\
dev_eq(a.Fsid_dev, b.Fsid_dev))
-extern void Parse_fh(const unsigned char *, u_int, my_fsid *, uint32_t *, const char **, const char **, int);
+extern void Parse_fh(netdissect_options *, const unsigned char *, u_int, my_fsid *, uint32_t *, const char **, const char **, int);