aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-09-03 23:02:08 +0000
committerGabor X Toth <*@tg-x.net>2013-09-03 23:02:08 +0000
commit82cf1015e43dbf2884f4abc2ef3b1bb898311517 (patch)
tree77a07cc1d44167458b39f71606e887a1efd34725 /src/psycstore
parent5d50a7a5b5675551836191bccf60810c64a33776 (diff)
downloadgnunet-82cf1015e43dbf2884f4abc2ef3b1bb898311517.tar.gz
gnunet-82cf1015e43dbf2884f4abc2ef3b1bb898311517.zip
psycstore: doc fixes
Diffstat (limited to 'src/psycstore')
-rw-r--r--src/psycstore/plugin_psycstore_sqlite.c5
1 files changed, 0 insertions, 5 deletions
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,
842 * Set additional flags for a given message. 842 * Set additional flags for a given message.
843 * 843 *
844 * They are OR'd with any existing flags set. 844 * They are OR'd with any existing flags set.
845 *
846 * @param plugin Plugin handle.
847 * @param channel_key Public key of the channel.
848 * @param message_id ID of the message.
849 * @param psycstore_flags OR'd GNUNET_PSYCSTORE_MessageFlags.
850 * 845 *
851 * @return #GNUNET_OK on success, else #GNUNET_SYSERR 846 * @return #GNUNET_OK on success, else #GNUNET_SYSERR
852 */ 847 */