diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2023-05-10 15:02:34 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2023-05-10 15:04:46 +0000 |
commit | 51a183021fce3928d24b11c319d2787f5a15ae87 (patch) | |
tree | 03e681bfda053978ba896745828e09cb056ad156 /nfsfh.h | |
parent | f91036a44a189fa5d0b5f1c6dea0a396a0f928c0 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |