move docmentation to separate folder
[oweals/gnunet.git] / doc / documentation / tutorial-examples / 024.c
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