From 2cc08175418aec5a9a21e67b6f631e14c7ebbfff Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 5 Jan 2011 16:22:31 +0000 Subject: [PATCH] doxygen --- src/core/gnunet-service-core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c index dd1937f06..088ec8ba6 100644 --- a/src/core/gnunet-service-core.c +++ b/src/core/gnunet-service-core.c @@ -3002,6 +3002,7 @@ handle_client_request_connect (void *cls, * @param cls the 'struct Neighbour' to retry sending the key for * @param peer the peer for which this is the HELLO * @param hello HELLO message of that peer + * @param err_msg NULL if successful, otherwise contains error message */ static void process_hello_retry_send_key (void *cls, @@ -3322,6 +3323,7 @@ handle_set_key (struct Neighbour *n, * @param cls pointer to the set key message * @param peer the peer for which this is the HELLO * @param hello HELLO message of that peer + * @param err_msg NULL if successful, otherwise contains error message */ static void process_hello_retry_handle_set_key (void *cls, -- 2.25.1