move docmentation to separate folder
[oweals/gnunet.git] / doc / documentation / tutorial-examples / 015.c
1 struct GNUNET_PEERSTORE_WatchContext *
2 GNUNET_PEERSTORE_watch (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