Make ett_nt_unicode_string static.

svn path=/trunk/; revision=30507
This commit is contained in:
Stig Bjørlykke 2009-10-11 14:32:36 +00:00
parent 4f2332256c
commit e0fbe7624b
2 changed files with 1 additions and 6 deletions

View 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;

View File

@ -26,11 +26,6 @@
#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.
*/