summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2016-11-04 09:47:24 +0000
committerBart Polot <bart@net.in.tum.de>2016-11-04 09:47:24 +0000
commited37f9ea1b7c49822ab5b806e0de7d62a820df94 (patch)
treebb3e87a0b416f58f592b3c49c9aee4a6bb5261bf
parent7de6e223182363d30b941a1c72d5af411fdf8845 (diff)
downloadgnunet-ed37f9ea1b7c49822ab5b806e0de7d62a820df94.tar.gz
gnunet-ed37f9ea1b7c49822ab5b806e0de7d62a820df94.zip
- update doxygen / doc
-rw-r--r--src/cadet/gnunet-service-cadet_connection.c3
-rw-r--r--src/cadet/gnunet-service-cadet_connection.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c
index b65df9f4b..9d7b8dd1d 100644
--- a/src/cadet/gnunet-service-cadet_connection.c
+++ b/src/cadet/gnunet-service-cadet_connection.c
@@ -3231,7 +3231,7 @@ GCC_is_direct (struct CadetConnection *c)
3231 * @param cont_cls Closure for @c cont. 3231 * @param cont_cls Closure for @c cont.
3232 * 3232 *
3233 * @return Handle to cancel the message before it's sent. 3233 * @return Handle to cancel the message before it's sent.
3234 * NULL on error or if @c cont is NULL. 3234 * NULL on error.
3235 * Invalid on @c cont call. 3235 * Invalid on @c cont call.
3236 */ 3236 */
3237struct CadetConnectionQueue * 3237struct CadetConnectionQueue *
@@ -3273,6 +3273,7 @@ GCC_send_prebuilt_message (const struct GNUNET_MessageHeader *message,
3273 break; 3273 break;
3274 3274
3275 case GNUNET_MESSAGE_TYPE_CADET_KX: 3275 case GNUNET_MESSAGE_TYPE_CADET_KX:
3276 /* nothing to do here */
3276 break; 3277 break;
3277 3278
3278 case GNUNET_MESSAGE_TYPE_CADET_CONNECTION_CREATE: 3279 case GNUNET_MESSAGE_TYPE_CADET_CONNECTION_CREATE:
diff --git a/src/cadet/gnunet-service-cadet_connection.h b/src/cadet/gnunet-service-cadet_connection.h
index 3fb4b8d09..18f33ce7c 100644
--- a/src/cadet/gnunet-service-cadet_connection.h
+++ b/src/cadet/gnunet-service-cadet_connection.h
@@ -503,7 +503,7 @@ GCC_cancel (struct CadetConnectionQueue *q);
503 * @param cont_cls Closure for @c cont. 503 * @param cont_cls Closure for @c cont.
504 * 504 *
505 * @return Handle to cancel the message before it's sent. 505 * @return Handle to cancel the message before it's sent.
506 * NULL on error or if @c cont is NULL. 506 * NULL on error.
507 * Invalid on @c cont call. 507 * Invalid on @c cont call.
508 */ 508 */
509struct CadetConnectionQueue * 509struct CadetConnectionQueue *