aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore.h')
-rw-r--r--src/datastore/plugin_datastore.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore.h b/src/datastore/plugin_datastore.h
index 1214ae1be..8c42b8b98 100644
--- a/src/datastore/plugin_datastore.h
+++ b/src/datastore/plugin_datastore.h
@@ -123,7 +123,9 @@ typedef unsigned long long (*PluginGetSize) (void *cls);
123 * @param anonymity anonymity-level for the content 123 * @param anonymity anonymity-level for the content
124 * @param expiration expiration time for the content 124 * @param expiration expiration time for the content
125 * @param msg set to an error message (on failure) 125 * @param msg set to an error message (on failure)
126 * @return GNUNET_OK on success, GNUNET_SYSERR on failure 126 * @return GNUNET_OK on success, GNUNET_NO if the content
127 * was already present (and may have been updated);
128 * GNUNET_SYSERR on failure
127 */ 129 */
128typedef int (*PluginPut) (void *cls, 130typedef int (*PluginPut) (void *cls,
129 const GNUNET_HashCode * key, 131 const GNUNET_HashCode * key,