GNUnet 0.21.1
024.c
Go to the documentation of this file.
1void *
3{
4 struct GNUNET_TRANSPORT_PluginFunctions *api = cls;
5
6 GNUNET_free (api);
7 return NULL;
8}
9
void * libgnunet_plugin_block_SERVICE_done(void *cls)
Definition: 024.c:2
#define GNUNET_free(ptr)
Wrapper around free.