stub
authorChristian Grothoff <christian@grothoff.org>
Thu, 29 Jul 2010 11:37:24 +0000 (11:37 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 29 Jul 2010 11:37:24 +0000 (11:37 +0000)
src/fs/fs_namespace.c

index 9b062fc853ab9c01b2f6feaa73b980790d51e452..ee3743733e439a267e5e2ffb0e9b77753fd4ada8 100644 (file)
@@ -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 */