aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial/examples/014.c
blob: ce204f795632dd65fa8525d7c34c9735ecc2d16d (plain) (blame)
1
2
3
4
5
6
7
8
9
struct GNUNET_PEERSTORE_IterateContext *
GNUNET_PEERSTORE_iterate (struct GNUNET_PEERSTORE_Handle *h,
                          const char *sub_system,
                          const struct GNUNET_PeerIdentity *peer,
                          const char *key,
                          struct GNUNET_TIME_Relative timeout,
                          GNUNET_PEERSTORE_Processor callback,
                          void *callback_cls);