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