diff options
Diffstat (limited to 'doc/tutorial-examples/024.c')
-rw-r--r-- | doc/tutorial-examples/024.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/tutorial-examples/024.c b/doc/tutorial-examples/024.c deleted file mode 100644 index 2e84b5905c..0000000000 --- a/doc/tutorial-examples/024.c +++ /dev/null @@ -1,9 +0,0 @@ -void * -libgnunet_plugin_block_SERVICE_done (void *cls) -{ - struct GNUNET_TRANSPORT_PluginFunctions *api = cls; - - GNUNET_free (api); - return NULL; -} - |