aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.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_service.h
parente8f35bb025c25839a52fb502e452393831e4e6f0 (diff)
downloadgnunet-52384a51f64fdfdb380cb84c705e9f06e9e3ea40.tar.gz
gnunet-52384a51f64fdfdb380cb84c705e9f06e9e3ea40.zip
make compile
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h4
1 files changed, 2 insertions, 2 deletions
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 */