aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_api_get_peer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/cadet_api_get_peer.c')
-rw-r--r--src/cadet/cadet_api_get_peer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/cadet_api_get_peer.c b/src/cadet/cadet_api_get_peer.c
index e86c1567c..bfac8d583 100644
--- a/src/cadet/cadet_api_get_peer.c
+++ b/src/cadet/cadet_api_get_peer.c
@@ -227,7 +227,7 @@ reconnect (void *cls)
227 * Request information about a peer known to the running cadet peer. 227 * Request information about a peer known to the running cadet peer.
228 * The callback will be called for the tunnel once. 228 * The callback will be called for the tunnel once.
229 * 229 *
230 * @param h Handle to the cadet peer. 230 * @param cfg configuration to use
231 * @param id Peer whose tunnel to examine. 231 * @param id Peer whose tunnel to examine.
232 * @param callback Function to call with the requested data. 232 * @param callback Function to call with the requested data.
233 * @param callback_cls Closure for @c callback. 233 * @param callback_cls Closure for @c callback.