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; } /** _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn