aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-03 13:34:45 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-03 13:34:45 +0000
commit2a40f6fc51bb7ce64a73a21b6399f7764a5d2861 (patch)
treec5796031c9692bf9232db60951208e05ffaaa9bc /src/fs/fs.h
parent5a7d07767a2cba662a70815c1069821ddc04f465 (diff)
downloadgnunet-2a40f6fc51bb7ce64a73a21b6399f7764a5d2861.tar.gz
gnunet-2a40f6fc51bb7ce64a73a21b6399f7764a5d2861.zip
search syncing
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 33ee8dde0..338b38fc7 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -880,10 +880,12 @@ GNUNET_FS_search_sync_ (struct GNUNET_FS_SearchContext *sc);
880 * publishing structs should already call "sync" internally, 880 * publishing structs should already call "sync" internally,
881 * so this function is likely not useful for clients. 881 * so this function is likely not useful for clients.
882 * 882 *
883 * @param sc the struct to sync 883 * @param key key for the search result
884 * @param sr the struct to sync
884 */ 885 */
885void 886void
886GNUNET_FS_search_result_sync_ (struct SearchResult *sr); 887GNUNET_FS_search_result_sync_ (const GNUNET_HashCode *key,
888 struct SearchResult *sr);
887 889
888 890
889/** 891/**