aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psycstore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-18 14:59:27 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-18 14:59:27 +0000
commitc654ca8072bc5768bd01c6b0d6db303b0d4e5025 (patch)
tree1d2929c0e15efe6835fa2e98cb8070a4646ae346 /src/include/gnunet_psycstore_service.h
parent02eef607379528f1a28c8593dd98e233fcbefd69 (diff)
downloadgnunet-c654ca8072bc5768bd01c6b0d6db303b0d4e5025.tar.gz
gnunet-c654ca8072bc5768bd01c6b0d6db303b0d4e5025.zip
-doxygen fixes
Diffstat (limited to 'src/include/gnunet_psycstore_service.h')
-rw-r--r--src/include/gnunet_psycstore_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_psycstore_service.h b/src/include/gnunet_psycstore_service.h
index 40d553b98..29d7ff1ec 100644
--- a/src/include/gnunet_psycstore_service.h
+++ b/src/include/gnunet_psycstore_service.h
@@ -315,7 +315,7 @@ typedef void
315 * @param h Handle for the PSYCstore. 315 * @param h Handle for the PSYCstore.
316 * @param channel_key Public key that identifies the channel. 316 * @param channel_key Public key that identifies the channel.
317 * @param ccb Callback to call with the result. 317 * @param ccb Callback to call with the result.
318 * @param ccb_cls Closure for the callback. 318 * @param ccb_cls Closure for the @a ccb callback.
319 * 319 *
320 * @return Handle that can be used to cancel the operation. 320 * @return Handle that can be used to cancel the operation.
321 */ 321 */
@@ -339,7 +339,7 @@ GNUNET_PSYCSTORE_counters_get (struct GNUNET_PSYCSTORE_Handle *h,
339 * @param modifier_count Number of elements in the @a modifiers array. 339 * @param modifier_count Number of elements in the @a modifiers array.
340 * @param modifiers List of modifiers to apply. 340 * @param modifiers List of modifiers to apply.
341 * @param rcb Callback to call with the result of the operation. 341 * @param rcb Callback to call with the result of the operation.
342 * @param rcb_cls Closure for the callback. 342 * @param rcb_cls Closure for the @a rcb callback.
343 * 343 *
344 * @return Handle that can be used to cancel the operation. 344 * @return Handle that can be used to cancel the operation.
345 */ 345 */