Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / doc / tutorial-examples / 013.c
1 struct GNUNET_PEERSTORE_StoreContext *
2 GNUNET_PEERSTORE_store (struct GNUNET_PEERSTORE_Handle *h,
3                         const char *sub_system,
4                         const struct GNUNET_PeerIdentity *peer,
5                         const char *key,
6                         const void *value,
7                         size_t size,
8                         struct GNUNET_TIME_Absolute expiry,
9                         enum GNUNET_PEERSTORE_StoreOption options,
10                         GNUNET_PEERSTORE_Continuation cont,
11                         void *cont_cls);
12