use proper type for do_shutdown() callback

This commit is contained in:
Christian Grothoff 2017-10-06 21:36:40 +02:00
parent a90936f858
commit ad97b8d439
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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)
{