015.c 358 B

12345678
  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);