aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_validation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_validation.c')
-rw-r--r--src/transport/gnunet-service-transport_validation.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport_validation.c b/src/transport/gnunet-service-transport_validation.c
index 842196965..89977eac4 100644
--- a/src/transport/gnunet-service-transport_validation.c
+++ b/src/transport/gnunet-service-transport_validation.c
@@ -334,7 +334,7 @@ struct ValidationEntryMatchContext
334 * GNUNET_NO if the entry does match 334 * GNUNET_NO if the entry does match
335 */ 335 */
336static int 336static int
337validation_entry_match (void *cls, const GNUNET_HashCode * key, void *value) 337validation_entry_match (void *cls, const struct GNUNET_HashCode * key, void *value)
338{ 338{
339 struct ValidationEntryMatchContext *vemc = cls; 339 struct ValidationEntryMatchContext *vemc = cls;
340 struct ValidationEntry *ve = value; 340 struct ValidationEntry *ve = value;
@@ -357,7 +357,7 @@ validation_entry_match (void *cls, const GNUNET_HashCode * key, void *value)
357 * @return GNUNET_YES (continue to iterate) 357 * @return GNUNET_YES (continue to iterate)
358 */ 358 */
359static int 359static int
360cleanup_validation_entry (void *cls, const GNUNET_HashCode * key, void *value) 360cleanup_validation_entry (void *cls, const struct GNUNET_HashCode * key, void *value)
361{ 361{
362 struct ValidationEntry *ve = value; 362 struct ValidationEntry *ve = value;
363 363
@@ -1171,7 +1171,7 @@ struct IteratorContext
1171 * @return GNUNET_OK (continue to iterate) 1171 * @return GNUNET_OK (continue to iterate)
1172 */ 1172 */
1173static int 1173static int
1174iterate_addresses (void *cls, const GNUNET_HashCode * key, void *value) 1174iterate_addresses (void *cls, const struct GNUNET_HashCode * key, void *value)
1175{ 1175{
1176 struct IteratorContext *ic = cls; 1176 struct IteratorContext *ic = cls;
1177 struct ValidationEntry *ve = value; 1177 struct ValidationEntry *ve = value;