GNUnet
0.22.2
Functions
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
{
4
struct
GNUNET_TRANSPORT_PluginFunctions *api = cls;
5
6
GNUNET_free
(api);
7
return
NULL;
8
}
GNUNET_free
#define GNUNET_free(ptr)
Wrapper around free.
Definition:
gnunet_common.h:1411
References
GNUNET_free
.
doc
old
tutorial
examples
024.c
Generated by
1.9.4