aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_validation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_validation.h')
-rw-r--r--src/transport/gnunet-service-transport_validation.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport_validation.h b/src/transport/gnunet-service-transport_validation.h
index c37484f13..e07afc409 100644
--- a/src/transport/gnunet-service-transport_validation.h
+++ b/src/transport/gnunet-service-transport_validation.h
@@ -57,13 +57,11 @@ GST_validation_stop (void);
57 * @param session the session 57 * @param session the session
58 * @param in_use GNUNET_YES if we are now using the address for a connection, 58 * @param in_use GNUNET_YES if we are now using the address for a connection,
59 * GNUNET_NO if we are no longer using the address for a connection 59 * GNUNET_NO if we are no longer using the address for a connection
60 * @param line line of caller just for DEBUGGING!
61 */ 60 */
62void 61void
63GST_validation_set_address_use (const struct GNUNET_HELLO_Address *address, 62GST_validation_set_address_use (const struct GNUNET_HELLO_Address *address,
64 struct Session *session, 63 struct Session *session,
65 int in_use, 64 int in_use);
66 int line);
67 65
68 66
69/** 67/**