aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_search.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-08 09:06:47 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-08 09:06:47 +0000
commite90117e2fb7fb84976e1961ee11a0619d1d28f2b (patch)
tree941c42b04ac878688703e8b6da0757a4e38e1e9a /src/fs/fs_search.c
parent31cc9c3182ef5ac01edcdd4c4e4dc9c312fc8c9c (diff)
downloadgnunet-e90117e2fb7fb84976e1961ee11a0619d1d28f2b.tar.gz
gnunet-e90117e2fb7fb84976e1961ee11a0619d1d28f2b.zip
implement #3035: add mimetype:type category keywords, also doxygen fixes
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,