GNUnet  0.20.0
024.c File Reference

Go to the source code of this file.

Functions

void * libgnunet_plugin_block_SERVICE_done (void *cls)
 

Function Documentation

◆ libgnunet_plugin_block_SERVICE_done()

void* libgnunet_plugin_block_SERVICE_done ( void *  cls)

Definition at line 2 of file 024.c.

3 {
5 
6  GNUNET_free (api);
7  return NULL;
8 }
#define GNUNET_free(ptr)
Wrapper around free.
Each plugin is required to return a pointer to a struct of this type as the return value from its ent...
void * cls
Closure for all of the callbacks.

References GNUNET_TRANSPORT_PluginFunctions::cls, and GNUNET_free.