aboutsummaryrefslogtreecommitdiff
path: root/doc/old/tutorial/examples/013.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/old/tutorial/examples/013.c')
-rw-r--r--doc/old/tutorial/examples/013.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/old/tutorial/examples/013.c b/doc/old/tutorial/examples/013.c
new file mode 100644
index 000000000..6792417e1
--- /dev/null
+++ b/doc/old/tutorial/examples/013.c
@@ -0,0 +1,12 @@
1struct GNUNET_PEERSTORE_StoreContext *
2GNUNET_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