Function needs more void.

This commit is contained in:
Fredrik Holmqvist 2017-03-27 20:11:47 +02:00
parent 463525bb70
commit 4bef8ab8de
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ m_free(struct mbuf *memoryBuffer)
}
void
m_extadd(struct mbuf *memoryBuffer, caddr_t buffer, u_int size,
void (*freeHook)(void *, void *), void *arg1, void *arg2, int flags, int type)
{