GNUnet
0.20.0
024.c
Go to the documentation of this file.
1
void
*
2
libgnunet_plugin_block_SERVICE_done
(
void
*cls)
3
{
4
struct
GNUNET_TRANSPORT_PluginFunctions
*api =
cls
;
5
6
GNUNET_free
(api);
7
return
NULL;
8
}
9
libgnunet_plugin_block_SERVICE_done
void * libgnunet_plugin_block_SERVICE_done(void *cls)
Definition:
024.c:2
GNUNET_free
#define GNUNET_free(ptr)
Wrapper around free.
Definition:
gnunet_common.h:1412
GNUNET_TRANSPORT_PluginFunctions
Each plugin is required to return a pointer to a struct of this type as the return value from its ent...
Definition:
gnunet_transport_plugin.h:625
GNUNET_TRANSPORT_PluginFunctions::cls
void * cls
Closure for all of the callbacks.
Definition:
gnunet_transport_plugin.h:629
doc
old
tutorial
examples
024.c
Generated by
1.9.1