aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-20 14:49:22 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-20 14:49:22 +0000
commit99866cb070f9e5f01b324a526a9daaa564a95cc7 (patch)
treea5d194663beff47fa667f676c8c537efc2c75ca9 /src
parent5fcf9d5393b0416ba91943c38f67cad242242d93 (diff)
downloadgnunet-99866cb070f9e5f01b324a526a9daaa564a95cc7.tar.gz
gnunet-99866cb070f9e5f01b324a526a9daaa564a95cc7.zip
-clarify
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_namestore_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index e7da0d3f2..1c9fb18e0 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -84,7 +84,7 @@ GNUNET_NAMESTORE_disconnect (struct GNUNET_NAMESTORE_Handle *h, int drop);
84 * operation. 84 * operation.
85 * 85 *
86 * @param cls closure 86 * @param cls closure
87 * @param success GNUNET_SYSERR on failure (including timeout/queue drop) 87 * @param success GNUNET_SYSERR on failure (including timeout/queue drop/failure to validate)
88 * GNUNET_NO if content was already there 88 * GNUNET_NO if content was already there
89 * GNUNET_YES (or other positive value) on success 89 * GNUNET_YES (or other positive value) on success
90 * @param emsg NULL on success, otherwise an error message 90 * @param emsg NULL on success, otherwise an error message