aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/tutorial-examples/024.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-25 15:46:45 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-25 15:46:45 +0200
commit7101471b5fc9ad10a0a0c06fb2aaeb5a568dbf56 (patch)
tree589b209e1943461eccb56e1bed4e4d4323bd8c08 /doc/documentation/tutorial-examples/024.c
parent8a4b969fd2e9fb399dfd1d9d1569e95a77d599bb (diff)
downloadgnunet-7101471b5fc9ad10a0a0c06fb2aaeb5a568dbf56.tar.gz
gnunet-7101471b5fc9ad10a0a0c06fb2aaeb5a568dbf56.zip
doc/documentation split into doc/tutorial and doc/handbook for clarity and to avoid automake freakout
Diffstat (limited to 'doc/documentation/tutorial-examples/024.c')
-rw-r--r--doc/documentation/tutorial-examples/024.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/documentation/tutorial-examples/024.c b/doc/documentation/tutorial-examples/024.c
deleted file mode 100644
index 2e84b5905..000000000
--- a/doc/documentation/tutorial-examples/024.c
+++ /dev/null
@@ -1,9 +0,0 @@
1void *
2libgnunet_plugin_block_SERVICE_done (void *cls)
3{
4 struct GNUNET_TRANSPORT_PluginFunctions *api = cls;
5
6 GNUNET_free (api);
7 return NULL;
8}
9