aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-22 16:27:34 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-22 16:27:34 +0100
commitae82c19b277ae3f5f43379ed6fc384aba4fdea83 (patch)
treec5c03c1e718cfb33c8283d5f9c0879730a63547a /doc/tutorial
parenta567f15a1d1c9c8bd17135a120df44da2b85cd8a (diff)
downloadgnunet-ae82c19b277ae3f5f43379ed6fc384aba4fdea83.tar.gz
gnunet-ae82c19b277ae3f5f43379ed6fc384aba4fdea83.zip
simplify peerstore API
Diffstat (limited to 'doc/tutorial')
-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