Make ett_nt_unicode_string static.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 11 Oct 2009 14:32:36 +0000 (14:32 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 11 Oct 2009 14:32:36 +0000 (14:32 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30507 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-dcerpc-nt.c
epan/dissectors/packet-dcerpc-nt.h

index ec28b4531681db536fc2934d546be35f2927c6c1..07f91bc4abb367ed448c7e8abc58db67f3a9f2c7 100644 (file)
@@ -46,7 +46,7 @@ static int hf_lsa_String_name_len = -1;
 static int hf_lsa_String_name_size = -1;
 
 
-gint ett_nt_unicode_string = -1; /* FIXME: make static */
+static gint ett_nt_unicode_string = -1;
 static gint ett_lsa_String = -1;
 
 
index 988e8d83005369c6b52a8f84b83d89cff3088723..b9551b85ed3813db79f61d55ee6c4ae01058b16c 100644 (file)
 #ifndef __PACKET_DCERPC_NT_H
 #define __PACKET_DCERPC_NT_H
 
-/*
- * ett_ value for Unicode strings.
- */
-extern gint ett_nt_unicode_string;
-
 /*
  * Platform ID values, used by several dissectors.
  */