gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1984 - GNUnet/src/applications/fs/ecrs


From: grothoff
Subject: [GNUnet-SVN] r1984 - GNUnet/src/applications/fs/ecrs
Date: Sat, 27 Aug 2005 21:08:07 -0700 (PDT)

Author: grothoff
Date: 2005-08-27 21:08:06 -0700 (Sat, 27 Aug 2005)
New Revision: 1984

Modified:
   GNUnet/src/applications/fs/ecrs/directorytest.c
   GNUnet/src/applications/fs/ecrs/ecrstest.c
   GNUnet/src/applications/fs/ecrs/searchtest.c
Log:
fix

Modified: GNUnet/src/applications/fs/ecrs/directorytest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/directorytest.c     2005-08-28 00:12:15 UTC 
(rev 1983)
+++ GNUnet/src/applications/fs/ecrs/directorytest.c     2005-08-28 04:08:06 UTC 
(rev 1984)
@@ -39,6 +39,7 @@
 
 static int processor(const ECRS_FileInfo * fi,
                     const HashCode512 * key,
+                    int isRoot,
                     void * cls) {
   struct PCLS * p = cls;
 

Modified: GNUnet/src/applications/fs/ecrs/ecrstest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/ecrstest.c  2005-08-28 00:12:15 UTC (rev 
1983)
+++ GNUnet/src/applications/fs/ecrs/ecrstest.c  2005-08-28 04:08:06 UTC (rev 
1984)
@@ -133,6 +133,7 @@
 
 static int searchCB(const ECRS_FileInfo * fi,
                    const HashCode512 * key,
+                   int isRoot,
                    void * closure) {
   struct ECRS_URI ** my = closure;
   char * tmp;

Modified: GNUnet/src/applications/fs/ecrs/searchtest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/searchtest.c        2005-08-28 00:12:15 UTC 
(rev 1983)
+++ GNUnet/src/applications/fs/ecrs/searchtest.c        2005-08-28 04:08:06 UTC 
(rev 1984)
@@ -54,6 +54,7 @@
 
 static int searchCB(const ECRS_FileInfo * fi,
                    const HashCode512 * key,
+                   int isRoot,
                    void * closure) {
   int * cnt = closure;
 #if 0





reply via email to

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