Extern declare hf_nt_cs_len and hf_nt_cs_size.
authorStig Bjørlykke <stig@bjorlykke.org>
Tue, 20 Oct 2009 10:03:55 +0000 (10:03 -0000)
committerStig Bjørlykke <stig@bjorlykke.org>
Tue, 20 Oct 2009 10:03:55 +0000 (10:03 -0000)
svn path=/trunk/; revision=30633

epan/dissectors/packet-dcerpc-nt.h

index 626f47233778cd93ae99437a6740b75a25f16c25..63364788fce8b01efbb44799557fd2131393a2bd 100644 (file)
@@ -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 */