Merge branch 'master' of gnunet.org:gnunet
[oweals/gnunet.git] / doc / tutorial-examples / 014.c
1 struct GNUNET_PEERSTORE_IterateContext *
2 GNUNET_PEERSTORE_iterate (struct GNUNET_PEERSTORE_Handle *h,
3                           const char *sub_system,
4                           const struct GNUNET_PeerIdentity *peer,
5                           const char *key,
6                           struct GNUNET_TIME_Relative timeout,
7                           GNUNET_PEERSTORE_Processor callback,
8                           void *callback_cls);
9