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.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/plugins/fs/namespace_search.h b/src/plugins/fs/namespace_search.h
index d2b7e463..fd85bb6c 100644
--- a/src/plugins/fs/namespace_search.h
+++ b/src/plugins/fs/namespace_search.h
@@ -36,11 +36,10 @@
36 * @param rating the local rating of the namespace 36 * @param rating the local rating of the namespace
37 * @return OK (always) 37 * @return 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 HashCode512 * namespaceId,
42 const struct ECRS_MetaData * md, 42 const struct ECRS_MetaData *md, int rating);
43 int rating);
44 43
45 44
46 45