diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-06-15 15:44:51 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-03-26 21:06:23 +0100 |
commit | 1af20c3adc4dfef93de41d4fcd02f0aeb6bbfd4e (patch) | |
tree | d56286b07d210e783a1bc3e9d85fdb8be51f6b6a /nfsfh.h | |
parent | 176e182416d822df0f9d4695410479e8b17a07b3 (diff) | |
download | tcpdump-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.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); |