aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/namespace_search.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-11-23 11:57:34 +0000
committerChristian Grothoff <christian@grothoff.org>2007-11-23 11:57:34 +0000
commitbd0a5e5232d45c4462b4ad77b3a418440e8316d7 (patch)
tree21ab4f8a5ad3081d80fdb140b8e8457ef71daae0 /src/plugins/fs/namespace_search.h
parent0a037f827ecc77b4c6b2153aae47892804fce897 (diff)
downloadgnunet-gtk-bd0a5e5232d45c4462b4ad77b3a418440e8316d7.tar.gz
gnunet-gtk-bd0a5e5232d45c4462b4ad77b3a418440e8316d7.zip
big alpha patch
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