summaryrefslogtreecommitdiff
path: root/nfsfh.h
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-06-15 15:44:51 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2019-03-26 21:06:23 +0100
commit1af20c3adc4dfef93de41d4fcd02f0aeb6bbfd4e (patch)
treed56286b07d210e783a1bc3e9d85fdb8be51f6b6a /nfsfh.h
parent176e182416d822df0f9d4695410479e8b17a07b3 (diff)
downloadtcpdump-1af20c3adc4dfef93de41d4fcd02f0aeb6bbfd4e.tar.gz
Add the ndo parameter to some functions
This parameter will be needed at the next step.
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 5cf8fc44..bf378bbf 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);