ptvcursor_subtree_set_item() does not need to be exported.

svn path=/trunk/; revision=25441
This commit is contained in:
Jaap Keuter 2008-06-11 18:16:04 +00:00
parent 5f16d4b797
commit bfcdda1353
1 changed files with 2 additions and 1 deletions

View File

@ -828,7 +828,8 @@ ptvcursor_pop_subtree(ptvcursor_t *ptvc)
}
/* saves the current tvb offset and the item in the current subtree level */
void ptvcursor_subtree_set_item(ptvcursor_t * ptvc, proto_item * it)
static void
ptvcursor_subtree_set_item(ptvcursor_t * ptvc, proto_item * it)
{
subtree_lvl * subtree;