aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial/examples
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/examples')
-rw-r--r--doc/tutorial/examples/014.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/tutorial/examples/014.c b/doc/tutorial/examples/014.c
index ce204f795..db2ed1165 100644
--- a/doc/tutorial/examples/014.c
+++ b/doc/tutorial/examples/014.c
@@ -3,7 +3,6 @@ GNUNET_PEERSTORE_iterate (struct GNUNET_PEERSTORE_Handle *h,
3 const char *sub_system, 3 const char *sub_system,
4 const struct GNUNET_PeerIdentity *peer, 4 const struct GNUNET_PeerIdentity *peer,
5 const char *key, 5 const char *key,
6 struct GNUNET_TIME_Relative timeout,
7 GNUNET_PEERSTORE_Processor callback, 6 GNUNET_PEERSTORE_Processor callback,
8 void *callback_cls); 7 void *callback_cls);
9 8