aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/namespace_search.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/namespace_search.h')
-rw-r--r--src/plugins/fs/namespace_search.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/fs/namespace_search.h b/src/plugins/fs/namespace_search.h
index fd85bb6c..c88f3196 100644
--- a/src/plugins/fs/namespace_search.h
+++ b/src/plugins/fs/namespace_search.h
@@ -34,11 +34,11 @@
34 * 34 *
35 * @param cls pass NULL 35 * @param cls pass NULL
36 * @param rating the local rating of the namespace 36 * @param rating the local rating of the namespace
37 * @return OK (always) 37 * @return GNUNET_OK (always)
38 */ 38 */
39int namespace_discovered_cb (void *cls, 39int namespace_discovered_cb (void *cls,
40 const char *namespaceName, 40 const char *namespaceName,
41 const HashCode512 * namespaceId, 41 const GNUNET_HashCode * namespaceId,
42 const struct ECRS_MetaData *md, int rating); 42 const struct ECRS_MetaData *md, int rating);
43 43
44 44