gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6521 - GNUnet/src/applications/dstore_sqlite


From: gnunet
Subject: [GNUnet-SVN] r6521 - GNUnet/src/applications/dstore_sqlite
Date: Sun, 2 Mar 2008 17:56:25 -0700 (MST)

Author: grothoff
Date: 2008-03-02 17:56:24 -0700 (Sun, 02 Mar 2008)
New Revision: 6521

Modified:
   GNUnet/src/applications/dstore_sqlite/dstore_test.c
Log:
type

Modified: GNUnet/src/applications/dstore_sqlite/dstore_test.c
===================================================================
--- GNUnet/src/applications/dstore_sqlite/dstore_test.c 2008-03-02 23:53:49 UTC 
(rev 6520)
+++ GNUnet/src/applications/dstore_sqlite/dstore_test.c 2008-03-03 00:56:24 UTC 
(rev 6521)
@@ -33,7 +33,7 @@
 
 static int error;
 
-static void
+static int
 checkIt (const GNUNET_HashCode * key,
          unsigned int type, unsigned int size, const char *data, void *cls)
 {
@@ -47,6 +47,7 @@
       printf ("ERROR: Invalid data\n");
       error = 3;
     }
+  return GNUNET_OK;
 }
 
 /**





reply via email to

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