stats_tree: fix no previous prototype for ‘stats_tree_cfg_free’ [-Wmissing-prototypes]

Change-Id: Iddf63fabec9a2abb5b3d75fb5289f769e0175b55
Reviewed-on: https://code.wireshark.org/review/20197
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2017-02-20 14:32:42 +01:00 committed by Anders Broman
parent 94559de849
commit 6e8066cc28
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ stats_tree_reinit(void *p)
}
}
void
static void
stats_tree_cfg_free(gpointer p)
{
stats_tree_cfg* cfg = (stats_tree_cfg*)p;