aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psycstore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-07 14:35:51 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-07 14:35:51 +0000
commit794fc27048618c511ce2421720d1ede225224018 (patch)
tree9838765dc6398ed39950fb377944054bb12a9ab8 /src/include/gnunet_psycstore_service.h
parente1fa8e431de13b5fe11ecd24ca2d4394d440ce54 (diff)
downloadgnunet-794fc27048618c511ce2421720d1ede225224018.tar.gz
gnunet-794fc27048618c511ce2421720d1ede225224018.zip
-doxygen fixes
Diffstat (limited to 'src/include/gnunet_psycstore_service.h')
-rw-r--r--src/include/gnunet_psycstore_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_psycstore_service.h b/src/include/gnunet_psycstore_service.h
index 30671cda2..b7df5883a 100644
--- a/src/include/gnunet_psycstore_service.h
+++ b/src/include/gnunet_psycstore_service.h
@@ -138,7 +138,7 @@ GNUNET_PSYCSTORE_membership_test (struct GNUNET_PSYCSTORE_Handle *h,
138 * 138 *
139 * @param h Handle for the PSYCstore. 139 * @param h Handle for the PSYCstore.
140 * @param channel_id The channel the message belongs to. 140 * @param channel_id The channel the message belongs to.
141 * @param message_id Message ID to store. 141 * @param message Message to store.
142 * @param ccb Callback to call with the result of the operation. 142 * @param ccb Callback to call with the result of the operation.
143 * @param ccb_cls Closure for the callback. 143 * @param ccb_cls Closure for the callback.
144 * 144 *