aboutsummaryrefslogtreecommitdiff
path: root/src/include
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
parente8f35bb025c25839a52fb502e452393831e4e6f0 (diff)
downloadgnunet-52384a51f64fdfdb380cb84c705e9f06e9e3ea40.tar.gz
gnunet-52384a51f64fdfdb380cb84c705e9f06e9e3ea40.zip
make compile
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_datastore_plugin.h3
-rw-r--r--src/include/gnunet_datastore_service.h4
2 files changed, 3 insertions, 4 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,
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index 284d544f5..756d2f3be 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -80,8 +80,8 @@ void GNUNET_DATASTORE_disconnect (struct GNUNET_DATASTORE_Handle *h,
80 * operation. 80 * operation.
81 * 81 *
82 * @param cls closure 82 * @param cls closure
83 * @param success GNUNET_SYSERR on failure, 83 * @param success GNUNET_SYSERR on failure (including timeout/queue drop)
84 * GNUNET_NO on timeout/queue drop 84 * GNUNET_NO if content was already there
85 * GNUNET_YES (or other positive value) on success 85 * GNUNET_YES (or other positive value) on success
86 * @param msg NULL on success, otherwise an error message 86 * @param msg NULL on success, otherwise an error message
87 */ 87 */