aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_fs_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_fs_service.h')
-rw-r--r--src/include/gnunet_fs_service.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index aa2f2076c..9f3ff0d12 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -88,8 +88,10 @@ struct GNUNET_FS_Uri;
88 * @param is_mandatory is the keyword mandatory (in a search) 88 * @param is_mandatory is the keyword mandatory (in a search)
89 * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to abort 89 * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to abort
90 */ 90 */
91typedef int (*GNUNET_FS_KeywordIterator) (void *cls, const char *keyword, 91typedef int
92 int is_mandatory); 92(*GNUNET_FS_KeywordIterator) (void *cls,
93 const char *keyword,
94 int is_mandatory);
93 95
94 96
95 97