aboutsummaryrefslogtreecommitdiff
path: root/doc/old/tutorial/examples/014.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/old/tutorial/examples/014.c')
-rw-r--r--doc/old/tutorial/examples/014.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/old/tutorial/examples/014.c b/doc/old/tutorial/examples/014.c
new file mode 100644
index 000000000..db2ed1165
--- /dev/null
+++ b/doc/old/tutorial/examples/014.c
@@ -0,0 +1,8 @@
1struct GNUNET_PEERSTORE_IterateContext *
2GNUNET_PEERSTORE_iterate (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