aboutsummaryrefslogtreecommitdiff
path: root/nfsfh.h
diff options
context:
space:
mode:
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);