aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_hello.c')
-rw-r--r--src/cadet/gnunet-service-cadet_hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_hello.c b/src/cadet/gnunet-service-cadet_hello.c
index c7857032b..e1850d60a 100644
--- a/src/cadet/gnunet-service-cadet_hello.c
+++ b/src/cadet/gnunet-service-cadet_hello.c
@@ -57,7 +57,7 @@ static struct GNUNET_PEERINFO_NotifyContext *nc;
57 * Process each hello message received from peerinfo. 57 * Process each hello message received from peerinfo.
58 * 58 *
59 * @param cls Closure (unused). 59 * @param cls Closure (unused).
60 * @param peer Identity of the peer. 60 * @param id Identity of the peer.
61 * @param hello Hello of the peer. 61 * @param hello Hello of the peer.
62 * @param err_msg Error message. 62 * @param err_msg Error message.
63 */ 63 */