aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-01-05 16:22:31 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-01-05 16:22:31 +0000
commit2cc08175418aec5a9a21e67b6f631e14c7ebbfff (patch)
tree415ecdbbd721b0498421d2efe484dea5f172b69f /src/core
parent1c930a3459ca5875bc9fc93cf4761f570e02c701 (diff)
downloadgnunet-2cc08175418aec5a9a21e67b6f631e14c7ebbfff.tar.gz
gnunet-2cc08175418aec5a9a21e67b6f631e14c7ebbfff.zip
doxygen
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core.c2
1 files changed, 2 insertions, 0 deletions
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,
3002 * @param cls the 'struct Neighbour' to retry sending the key for 3002 * @param cls the 'struct Neighbour' to retry sending the key for
3003 * @param peer the peer for which this is the HELLO 3003 * @param peer the peer for which this is the HELLO
3004 * @param hello HELLO message of that peer 3004 * @param hello HELLO message of that peer
3005 * @param err_msg NULL if successful, otherwise contains error message
3005 */ 3006 */
3006static void 3007static void
3007process_hello_retry_send_key (void *cls, 3008process_hello_retry_send_key (void *cls,
@@ -3322,6 +3323,7 @@ handle_set_key (struct Neighbour *n,
3322 * @param cls pointer to the set key message 3323 * @param cls pointer to the set key message
3323 * @param peer the peer for which this is the HELLO 3324 * @param peer the peer for which this is the HELLO
3324 * @param hello HELLO message of that peer 3325 * @param hello HELLO message of that peer
3326 * @param err_msg NULL if successful, otherwise contains error message
3325 */ 3327 */
3326static void 3328static void
3327process_hello_retry_handle_set_key (void *cls, 3329process_hello_retry_handle_set_key (void *cls,