- fix
[oweals/gnunet.git] / src / peerinfo / test_peerinfo_api.c
index 0bd5ef7070346f82aee3c20aae1c13e690bffed6..f3ab731f4e922c023f14fb6a9d7692fd1e31a6e1 100644 (file)
@@ -30,7 +30,7 @@
 #include "gnunet_hello_lib.h"
 #include "gnunet_util_lib.h"
 #include "gnunet_peerinfo_service.h"
-#include "gnunet_testing_lib-new.h"
+#include "gnunet_testing_lib.h"
 #include "peerinfo.h"
 
 static struct GNUNET_PEERINFO_IteratorContext *ic;
@@ -146,7 +146,8 @@ process (void *cls, const struct GNUNET_PeerIdentity *peer,
 
 static void
 run (void *cls, 
-     const struct GNUNET_CONFIGURATION_Handle *cfg)
+     const struct GNUNET_CONFIGURATION_Handle *cfg,
+     struct GNUNET_TESTING_Peer *peer)
 {
   h = GNUNET_PEERINFO_connect (cfg);
   GNUNET_assert (NULL != h);