reassemble: fix no previous prototype for ‘reassembly_table_free’ [-Wmissing-prototypes]

Change-Id: Idb4b821e013a79777897d2f837cb8c3861e3c85f
Reviewed-on: https://code.wireshark.org/review/19724
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2017-01-22 15:14:46 +01:00 committed by Michael Mann
parent 73d3f7965e
commit 013125af03
1 changed files with 1 additions and 1 deletions

View File

@ -2790,7 +2790,7 @@ show_fragment_seq_tree(fragment_head *fd_head, const fragment_items *fit,
return show_fragment_errs_in_col(fd_head, fit, pinfo);
}
void
static void
reassembly_table_free(gpointer p, gpointer user_data _U_)
{
reassembly_table_destroy((reassembly_table*)p);