aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_address_to_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api_address_to_string.c')
-rw-r--r--src/transport/transport_api_address_to_string.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/transport_api_address_to_string.c b/src/transport/transport_api_address_to_string.c
index c7de39ea8..5b234f802 100644
--- a/src/transport/transport_api_address_to_string.c
+++ b/src/transport/transport_api_address_to_string.c
@@ -56,7 +56,7 @@ struct GNUNET_TRANSPORT_AddressToStringContext
56 * Function called with responses from the service. 56 * Function called with responses from the service.
57 * 57 *
58 * @param cls our `struct GNUNET_TRANSPORT_AddressToStringContext *` 58 * @param cls our `struct GNUNET_TRANSPORT_AddressToStringContext *`
59 * @param msg message with the human-readable address 59 * @param atsm message with the human-readable address
60 * @return #GNUNET_OK if message is well-formed 60 * @return #GNUNET_OK if message is well-formed
61 */ 61 */
62static int 62static int
@@ -97,7 +97,7 @@ check_reply (void *cls,
97 * Function called with responses from the service. 97 * Function called with responses from the service.
98 * 98 *
99 * @param cls our `struct GNUNET_TRANSPORT_AddressToStringContext *` 99 * @param cls our `struct GNUNET_TRANSPORT_AddressToStringContext *`
100 * @param msg message with the human-readable address 100 * @param atsm message with the human-readable address
101 */ 101 */
102static void 102static void
103handle_reply (void *cls, 103handle_reply (void *cls,