From bf0cd3f4a47d9458a98bb103b52a9d1ba7b65175 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 29 Jul 2010 11:37:24 +0000 Subject: [PATCH] stub --- src/fs/fs_namespace.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/fs/fs_namespace.c b/src/fs/fs_namespace.c index 9b062fc85..ee3743733 100644 --- a/src/fs/fs_namespace.c +++ b/src/fs/fs_namespace.c @@ -505,5 +505,25 @@ GNUNET_FS_namespace_list (struct GNUNET_FS_Handle *h, GNUNET_free (dn); } + + +/** + * List all of the identifiers in the namespace for + * which we could produce an update. + * + * @param namespace namespace to inspect for updateable content + * @param ip function to call on each updateable identifier + * @param ip_cls closure for ip + */ +void +GNUNET_FS_namespace_list_updateable (struct GNUNET_FS_Namespace *namespace, + GNUNET_FS_IdentifierProcessor ip, + void *ip_cls) +{ + GNUNET_break (0); +} + + + /* end of fs_namespace.c */ -- 2.25.1