aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_datastore_plugin.h')
-rw-r--r--src/include/gnunet_datastore_plugin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_datastore_plugin.h b/src/include/gnunet_datastore_plugin.h
index 34a659163..a3f8b5f3b 100644
--- a/src/include/gnunet_datastore_plugin.h
+++ b/src/include/gnunet_datastore_plugin.h
@@ -149,8 +149,7 @@ typedef unsigned long long (*PluginGetSize) (void *cls);
149 * @param replication replication-level for the content 149 * @param replication replication-level for the content
150 * @param expiration expiration time for the content 150 * @param expiration expiration time for the content
151 * @param msg set to an error message (on failure) 151 * @param msg set to an error message (on failure)
152 * @return GNUNET_OK on success, GNUNET_NO if the content 152 * @return GNUNET_OK on success,
153 * was already present (and may have been updated);
154 * GNUNET_SYSERR on failure 153 * GNUNET_SYSERR on failure
155 */ 154 */
156typedef int (*PluginPut) (void *cls, 155typedef int (*PluginPut) (void *cls,