aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-07-12 20:29:25 +0000
committerChristian Grothoff <christian@grothoff.org>2014-07-12 20:29:25 +0000
commitd1248e6a3d5603b4176dd67d7af720ac5d459126 (patch)
tree9e1f5f5fdf379c76d308e7ed91292a9b4d92fc7d /src/fs/fs_api.h
parenta0c135cba1d033ea9cb04a6aa3ec269d82769fc2 (diff)
downloadgnunet-d1248e6a3d5603b4176dd67d7af720ac5d459126.tar.gz
gnunet-d1248e6a3d5603b4176dd67d7af720ac5d459126.zip
fix #3446
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 2cbbade8f..d43da2028 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -580,7 +580,7 @@ struct GNUNET_FS_SearchResult
580 uint8_t *keyword_bitmap; 580 uint8_t *keyword_bitmap;
581 581
582 /** 582 /**
583 * Key for the search result 583 * Key for the search result based on the URI.
584 */ 584 */
585 struct GNUNET_HashCode key; 585 struct GNUNET_HashCode key;
586 586
@@ -1476,8 +1476,7 @@ struct GNUNET_FS_UnindexContext
1476 1476
1477 1477
1478/** 1478/**
1479 * Information we keep for each keyword in 1479 * Information we keep for each keyword in a keyword search.
1480 * a keyword search.
1481 */ 1480 */
1482struct SearchRequestEntry 1481struct SearchRequestEntry
1483{ 1482{