Make a function static

svn path=/trunk/; revision=41607
This commit is contained in:
Jeff Morriss 2012-03-16 13:31:36 +00:00
parent 0c8b0a9f3d
commit 78f7795a54
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ dissect_eiss_descriptors(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
}
}
void
static void
dissect_eiss(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
guint offset = 0, packet_length, sect_len;