more work on route_message() logic
[oweals/gnunet.git] / src / peerstore / test_peerstore_api_store.c
index 978009dbbb8fb18911c3f58ff7a6d9d403314301..cecf13e052ae47618d8d847a6b825bb6d5aba4df 100644 (file)
@@ -2,20 +2,20 @@
      This file is part of GNUnet.
      Copyright (C) GNUnet e.V.
 
-     GNUnet is free software; you can redistribute it and/or modify
-     it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 3, or (at your
-     option) any later version.
+     GNUnet is free software: you can redistribute it and/or modify it
+     under the terms of the GNU Affero General Public License as published
+     by the Free Software Foundation, either version 3 of the License,
+     or (at your option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
      WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-     General Public License for more details.
+     Affero General Public License for more details.
+    
+     You should have received a copy of the GNU Affero General Public License
+     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-     You should have received a copy of the GNU General Public License
-     along with GNUnet; see the file COPYING.  If not, write to the
-     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-     Boston, MA 02110-1301, USA.
+     SPDX-License-Identifier: AGPL3.0-or-later
 */
 /**
  * @file peerstore/test_peerstore_api_store.c
@@ -73,7 +73,6 @@ test3_cont (void *cls,
                             subsystem,
                             &pid,
                             key,
-                            GNUNET_TIME_UNIT_SECONDS,
                             &test3_cont2,
                             NULL);
 }
@@ -129,8 +128,8 @@ test2_cont (void *cls, int success)
   GNUNET_PEERSTORE_iterate (h,
                             subsystem,
                             &pid, key,
-                            GNUNET_TIME_UNIT_SECONDS,
-                            &test2_cont2, NULL);
+                            &test2_cont2,
+                           NULL);
 }
 
 
@@ -183,7 +182,6 @@ test1_cont (void *cls, int success)
                             subsystem,
                             &pid,
                             key,
-                            GNUNET_TIME_UNIT_SECONDS,
                             &test1_cont2,
                             NULL);
 }