aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 97bc36a79..2e8a04594 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -395,8 +395,6 @@ typedef void (*GNUNET_TESTING_NotifyConnection)(void *cls,
395typedef void (*GNUNET_TESTING_NotifyTopology)(void *cls, 395typedef void (*GNUNET_TESTING_NotifyTopology)(void *cls,
396 const struct GNUNET_PeerIdentity *first, 396 const struct GNUNET_PeerIdentity *first,
397 const struct GNUNET_PeerIdentity *second, 397 const struct GNUNET_PeerIdentity *second,
398 struct GNUNET_TIME_Relative latency,
399 uint32_t distance,
400 const char *emsg); 398 const char *emsg);
401 399
402/** 400/**