From 7ba6e451d50e4a9388e80c4082ab79ce1ddefbf8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 7 Aug 2011 13:37:05 +0000 Subject: stuff --- src/transport/gnunet-service-transport_validation.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/transport/gnunet-service-transport_validation.h') diff --git a/src/transport/gnunet-service-transport_validation.h b/src/transport/gnunet-service-transport_validation.h index 27d30d83a..77c5164f9 100644 --- a/src/transport/gnunet-service-transport_validation.h +++ b/src/transport/gnunet-service-transport_validation.h @@ -105,6 +105,7 @@ struct GST_ValidationIteratorContext; * the validation module is aware of (for the given target). * * @param cls closure + * @param public_key public key for the peer, never NULL * @param target peer this change is about, never NULL * @param valid_until is ZERO if we never validated the address, * otherwise a time up to when we consider it (or was) valid @@ -116,6 +117,7 @@ struct GST_ValidationIteratorContext; * @param plugin_address_len length of address */ typedef void (*GST_ValidationAddressCallback)(void *cls, + const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *public_key, const struct GNUNET_PeerIdentity *target, struct GNUNET_TIME_Absolute valid_until, struct GNUNET_TIME_Absolute validation_block, -- cgit v1.2.3