aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerstore_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_peerstore_plugin.h')
-rw-r--r--src/include/gnunet_peerstore_plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_peerstore_plugin.h b/src/include/gnunet_peerstore_plugin.h
index 18b3f690d..8eea796bb 100644
--- a/src/include/gnunet_peerstore_plugin.h
+++ b/src/include/gnunet_peerstore_plugin.h
@@ -68,7 +68,8 @@ struct GNUNET_PEERSTORE_PluginFunctions
68 const char *key, 68 const char *key,
69 const void *value, 69 const void *value,
70 size_t size, 70 size_t size,
71 struct GNUNET_TIME_Absolute expiry); 71 struct GNUNET_TIME_Absolute expiry,
72 enum GNUNET_PEERSTORE_StoreOption options);
72 73
73 /** 74 /**
74 * Iterate over the records given an optional peer id 75 * Iterate over the records given an optional peer id