aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-04 08:22:39 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-04 08:22:39 +0000
commit52384a51f64fdfdb380cb84c705e9f06e9e3ea40 (patch)
tree31618dca6384648afe5314681a59e4cdac514d3d /src/include/gnunet_datastore_plugin.h
parente8f35bb025c25839a52fb502e452393831e4e6f0 (diff)
downloadgnunet-52384a51f64fdfdb380cb84c705e9f06e9e3ea40.tar.gz
gnunet-52384a51f64fdfdb380cb84c705e9f06e9e3ea40.zip
make compile
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,