aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-10-20 10:03:55 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-10-20 10:03:55 +0000
commita34a6bee5e2ac790e9fd13835672ffb7fd318c08 (patch)
treee6fc869847e7e385406c5c2137e42daad29e2611 /epan/dissectors/packet-dcerpc-nt.h
parent39c732d8bf70a920f12bc0abb546b33af5f840ae (diff)
Extern declare hf_nt_cs_len and hf_nt_cs_size.
svn path=/trunk/; revision=30633
Diffstat (limited to 'epan/dissectors/packet-dcerpc-nt.h')
-rw-r--r--epan/dissectors/packet-dcerpc-nt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.h b/epan/dissectors/packet-dcerpc-nt.h
index 626f472337..63364788fc 100644
--- a/epan/dissectors/packet-dcerpc-nt.h
+++ b/epan/dissectors/packet-dcerpc-nt.h
@@ -266,7 +266,7 @@ void cb_str_postprocess(packet_info *pinfo, proto_tree *tree _U_,
void dcerpc_smb_init(int proto_dcerpc);
/* Used into packet-dcerpc-netlogon.c*/
-int hf_nt_cs_len;
-int hf_nt_cs_size;
+extern int hf_nt_cs_len;
+extern int hf_nt_cs_size;
#endif /* packet-dcerpc-nt.h */