From: Gabor X Toth <*@tg-x.net> Date: Tue, 3 Sep 2013 23:02:08 +0000 (+0000) Subject: psycstore: doc fixes X-Git-Tag: initial-import-from-subversion-38251~7551 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=82cf1015e43dbf2884f4abc2ef3b1bb898311517;p=oweals%2Fgnunet.git psycstore: doc fixes --- diff --git a/src/include/gnunet_psycstore_plugin.h b/src/include/gnunet_psycstore_plugin.h index 69d4bf7fc..00928d2b7 100644 --- a/src/include/gnunet_psycstore_plugin.h +++ b/src/include/gnunet_psycstore_plugin.h @@ -99,6 +99,8 @@ struct GNUNET_PSYCSTORE_PluginFunctions * * They are OR'd with any existing flags set. * + * @param cls Closure. + * @param channel_key Public key of the channel. * @param message_id ID of the message. * @param psycstore_flags OR'd GNUNET_PSYCSTORE_MessageFlags. * diff --git a/src/psycstore/plugin_psycstore_sqlite.c b/src/psycstore/plugin_psycstore_sqlite.c index f214e1c60..750fdce16 100644 --- a/src/psycstore/plugin_psycstore_sqlite.c +++ b/src/psycstore/plugin_psycstore_sqlite.c @@ -842,11 +842,6 @@ fragment_store (void *cls, * Set additional flags for a given message. * * They are OR'd with any existing flags set. - * - * @param plugin Plugin handle. - * @param channel_key Public key of the channel. - * @param message_id ID of the message. - * @param psycstore_flags OR'd GNUNET_PSYCSTORE_MessageFlags. * * @return #GNUNET_OK on success, else #GNUNET_SYSERR */