aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-smb-common.h')
-rw-r--r--packet-smb-common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-smb-common.h b/packet-smb-common.h
index b4e400e70b..023d8b699f 100644
--- a/packet-smb-common.h
+++ b/packet-smb-common.h
@@ -2,7 +2,7 @@
* Routines for SMB packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-smb-common.h,v 1.11 2002/04/30 23:48:15 guy Exp $
+ * $Id: packet-smb-common.h,v 1.12 2002/05/24 10:57:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -64,4 +64,6 @@ int dissect_nt_sid(tvbuff_t *tvb, int offset, proto_tree *parent_tree, char *nam
int
dissect_nt_sec_desc(tvbuff_t *tvb, int offset, proto_tree *parent_tree, int len);
+extern const value_string share_type_vals[];
+
#endif