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 9371f6931..ce473b508 100644
--- a/src/include/gnunet_peerstore_plugin.h
+++ b/src/include/gnunet_peerstore_plugin.h
@@ -83,7 +83,8 @@ struct GNUNET_PEERSTORE_PluginFunctions
83 const struct GNUNET_PeerIdentity *peer, 83 const struct GNUNET_PeerIdentity *peer,
84 const char *key, 84 const char *key,
85 const void *value, 85 const void *value,
86 size_t size); 86 size_t size,
87 struct GNUNET_TIME_Absolute expiry);
87 88
88 /** 89 /**
89 * Iterate over the records given an optional peer id 90 * Iterate over the records given an optional peer id