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