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.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/transport/gnunet-service-transport_validation.h b/src/transport/gnunet-service-transport_validation.h
index 5ab2e9163..73d346678 100644
--- a/src/transport/gnunet-service-transport_validation.h
+++ b/src/transport/gnunet-service-transport_validation.h
@@ -71,17 +71,10 @@ GST_validation_handle_ping (const struct GNUNET_PeerIdentity *sender,
71 * 71 *
72 * @param sender peer sending the PONG 72 * @param sender peer sending the PONG
73 * @param hdr the PONG 73 * @param hdr the PONG
74 * @param plugin_name name of plugin that received the PONG
75 * @param sender_address address of the sender as known to the plugin, NULL
76 * if we did not initiate the connection
77 * @param sender_address_len number of bytes in sender_address
78 */ 74 */
79void 75void
80GST_validation_handle_pong (const struct GNUNET_PeerIdentity *sender, 76GST_validation_handle_pong (const struct GNUNET_PeerIdentity *sender,
81 const struct GNUNET_MessageHeader *hdr, 77 const struct GNUNET_MessageHeader *hdr);
82 const char *plugin_name,
83 const void *sender_address,
84 size_t sender_address_len);
85 78
86 79
87/** 80/**