aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/tutorial-examples/015.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation/tutorial-examples/015.c')
-rw-r--r--doc/documentation/tutorial-examples/015.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/documentation/tutorial-examples/015.c b/doc/documentation/tutorial-examples/015.c
deleted file mode 100644
index 0dd267e8e..000000000
--- a/doc/documentation/tutorial-examples/015.c
+++ /dev/null
@@ -1,8 +0,0 @@
1struct GNUNET_PEERSTORE_WatchContext *
2GNUNET_PEERSTORE_watch (struct GNUNET_PEERSTORE_Handle *h,
3 const char *sub_system,
4 const struct GNUNET_PeerIdentity *peer,
5 const char *key,
6 GNUNET_PEERSTORE_Processor callback,
7 void *callback_cls);
8