use proper type for do_shutdown() callback
This commit is contained in:
parent
a90936f858
commit
ad97b8d439
@ -122,9 +122,11 @@ static size_t wire_off_size;
|
||||
|
||||
/**
|
||||
* Task run on shutdown.
|
||||
*
|
||||
* @param cls NULL
|
||||
*/
|
||||
static void
|
||||
do_shutdown ()
|
||||
do_shutdown (void *cls)
|
||||
{
|
||||
if (NULL != hh)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user