aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-18 00:01:24 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-18 00:01:24 +0000
commit0d4f5be2029c804b3751d6ff68d31e0e7f23e86c (patch)
treed805a61ca4f1c5cc877658ec5f1140529b7e34ea /epan/dissectors/packet-nfs.h
parent4dde7e06b3da3bdc78c5a1a52001ac19e830dfa7 (diff)
make hf_nfs_nfsstat externaly visible so other dissectors can use nfs
status codes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22123 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-nfs.h')
-rw-r--r--epan/dissectors/packet-nfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-nfs.h b/epan/dissectors/packet-nfs.h
index 9fe1ee2597..7c18e854ed 100644
--- a/epan/dissectors/packet-nfs.h
+++ b/epan/dissectors/packet-nfs.h
@@ -147,6 +147,7 @@ extern int dissect_access(tvbuff_t *tvb, int offset, proto_tree *tree,
const char* name);
extern gint default_nfs_fhandle_type;
+extern int hf_nfs_nfsstat;
#endif /* packet-nfs.h */