psycstore: doc fixes
authorGabor X Toth <*@tg-x.net>
Tue, 3 Sep 2013 23:02:08 +0000 (23:02 +0000)
committerGabor X Toth <*@tg-x.net>
Tue, 3 Sep 2013 23:02:08 +0000 (23:02 +0000)
src/include/gnunet_psycstore_plugin.h
src/psycstore/plugin_psycstore_sqlite.c

index 69d4bf7fc3dd5b0e7857a710fac70d866f891161..00928d2b7497638022959e5e3c2986b85e808092 100644 (file)
@@ -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.
    *
index f214e1c608fe467846640ac725d3d08897f4ca40..750fdce16f4a4882b79e5b20b39e78b993d8e806 100644 (file)
@@ -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
  */