core/net/ipv6/sicslowpan.c: fix warning: function declaration isn't a prototype

This commit is contained in:
Joakim Nohlgård 2016-03-02 07:00:57 +01:00 committed by Joakim Gebart
parent 7c11034ab7
commit 2e47bf9cdc
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ rime_sniffer_remove(struct rime_sniffer *s)
}
static void
set_packet_attrs()
set_packet_attrs(void)
{
int c = 0;
/* set protocol in NETWORK_ID */