aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.c
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 /src/cadet/gnunet-service-cadet_connection.c
parent7de6e223182363d30b941a1c72d5af411fdf8845 (diff)
downloadgnunet-ed37f9ea1b7c49822ab5b806e0de7d62a820df94.tar.gz
gnunet-ed37f9ea1b7c49822ab5b806e0de7d62a820df94.zip
- update doxygen / doc
Diffstat (limited to 'src/cadet/gnunet-service-cadet_connection.c')
-rw-r--r--src/cadet/gnunet-service-cadet_connection.c3
1 files changed, 2 insertions, 1 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: