gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12391 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r12391 - gnunet/src/fs
Date: Thu, 29 Jul 2010 13:37:24 +0200

Author: grothoff
Date: 2010-07-29 13:37:24 +0200 (Thu, 29 Jul 2010)
New Revision: 12391

Modified:
   gnunet/src/fs/fs_namespace.c
Log:
stub

Modified: gnunet/src/fs/fs_namespace.c
===================================================================
--- gnunet/src/fs/fs_namespace.c        2010-07-29 11:22:37 UTC (rev 12390)
+++ gnunet/src/fs/fs_namespace.c        2010-07-29 11:37:24 UTC (rev 12391)
@@ -505,5 +505,25 @@
   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 */
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]