6lowpan : fix warning: no previous prototype for 'lowpan_context_free' [-Wmissing-prototypes]

Change-Id: I3fa66aa0713a0455639b04ecf129f48baa8c096f
Reviewed-on: https://code.wireshark.org/review/5718
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-12-11 11:27:39 +01:00 committed by Anders Broman
parent b7f8cd8a5d
commit def4313380
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ lowpan_context_insert(guint8 cid, guint16 pan, guint8 plen, struct e_in6_addr *p
* void ;
*---------------------------------------------------------------
*/
void
static void
lowpan_context_free(gpointer data)
{
wmem_free(NULL, data);