aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_search.c')
-rw-r--r--src/fs/fs_search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_search.c b/src/fs/fs_search.c
index 7a869b4c5..11af03646 100644
--- a/src/fs/fs_search.c
+++ b/src/fs/fs_search.c
@@ -718,7 +718,7 @@ decrypt_block_with_keyword (const struct GNUNET_FS_SearchContext *sc,
718 * 718 *
719 * @param sc our search context 719 * @param sc our search context
720 * @param ub the ublock with the keyword search result 720 * @param ub the ublock with the keyword search result
721 * @param size size of nb 721 * @param size size of @a ub
722 */ 722 */
723static void 723static void
724process_kblock (struct GNUNET_FS_SearchContext *sc, 724process_kblock (struct GNUNET_FS_SearchContext *sc,
@@ -834,7 +834,7 @@ process_sblock (struct GNUNET_FS_SearchContext *sc,
834 * @param type type of the result 834 * @param type type of the result
835 * @param expiration when it will expire 835 * @param expiration when it will expire
836 * @param data the (encrypted) response 836 * @param data the (encrypted) response
837 * @param size size of data 837 * @param size size of @a data
838 */ 838 */
839static void 839static void
840process_result (struct GNUNET_FS_SearchContext *sc, 840process_result (struct GNUNET_FS_SearchContext *sc,