From 82cf1015e43dbf2884f4abc2ef3b1bb898311517 Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Tue, 3 Sep 2013 23:02:08 +0000 Subject: [PATCH] psycstore: doc fixes --- src/include/gnunet_psycstore_plugin.h | 2 ++ src/psycstore/plugin_psycstore_sqlite.c | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) 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 */ -- 2.25.1