aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-24 15:16:23 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-24 15:16:23 +0000
commit6fd39b3338a843f91246305ae442ec18d296a0d1 (patch)
treeea8366d0d2e12ba1be8d2bed7c8f7cf6863750ee
parenta5b71afba9ee175223fc90e53359adfe6157c33a (diff)
downloadgnunet-6fd39b3338a843f91246305ae442ec18d296a0d1.tar.gz
gnunet-6fd39b3338a843f91246305ae442ec18d296a0d1.zip
-doxygen
-rw-r--r--src/include/gnunet_nat_lib.h5
-rw-r--r--src/testbed-logger/testbed_logger_api.c4
2 files changed, 4 insertions, 5 deletions
diff --git a/src/include/gnunet_nat_lib.h b/src/include/gnunet_nat_lib.h
index ca3f2ca58..853a86c2d 100644
--- a/src/include/gnunet_nat_lib.h
+++ b/src/include/gnunet_nat_lib.h
@@ -574,9 +574,8 @@ GNUNET_NAT_stun_handle_packet (const void *data,
574 * You don't need to call anything else to check if the packet is valid, 574 * You don't need to call anything else to check if the packet is valid,
575 * 575 *
576 * @param cls the NAT handle 576 * @param cls the NAT handle
577 * @param data, packet 577 * @param data packet
578 * @param len, packet length 578 * @param len length of @a data
579 *
580 * @return #GNUNET_NO if it can't decode, #GNUNET_YES if is a packet 579 * @return #GNUNET_NO if it can't decode, #GNUNET_YES if is a packet
581 */ 580 */
582int 581int
diff --git a/src/testbed-logger/testbed_logger_api.c b/src/testbed-logger/testbed_logger_api.c
index 869054cf3..de64048c5 100644
--- a/src/testbed-logger/testbed_logger_api.c
+++ b/src/testbed-logger/testbed_logger_api.c
@@ -195,10 +195,10 @@ dispatch_buffer (struct GNUNET_TESTBED_LOGGER_Handle *h)
195 195
196/** 196/**
197 * We got disconnected from the logger. Stop logging. 197 * We got disconnected from the logger. Stop logging.
198 * 198 *
199 * @param cls the `struct GNUNET_TESTBED_LOGGER_Handle` 199 * @param cls the `struct GNUNET_TESTBED_LOGGER_Handle`
200 * @param error error code 200 * @param error error code
201 */ 201 */
202static void 202static void
203mq_error_handler (void *cls, 203mq_error_handler (void *cls,
204 enum GNUNET_MQ_Error error) 204 enum GNUNET_MQ_Error error)