aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/nat_api.c')
-rw-r--r--src/nat/nat_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/nat_api.c b/src/nat/nat_api.c
index c1125dc75..4622b1428 100644
--- a/src/nat/nat_api.c
+++ b/src/nat/nat_api.c
@@ -368,7 +368,7 @@ do_connect (void *cls)
368 * @param num_addrs number of addresses in @a addrs 368 * @param num_addrs number of addresses in @a addrs
369 * @param addrs list of local addresses packets should be redirected to 369 * @param addrs list of local addresses packets should be redirected to
370 * @param addrlens actual lengths of the addresses in @a addrs 370 * @param addrlens actual lengths of the addresses in @a addrs
371 * @param address_callback function to call everytime the public IP address changes 371 * @param address_callback function to call every time the public IP address changes
372 * @param reversal_callback function to call if someone wants connection reversal from us, 372 * @param reversal_callback function to call if someone wants connection reversal from us,
373 * NULL if connection reversal is not supported 373 * NULL if connection reversal is not supported
374 * @param callback_cls closure for callbacks 374 * @param callback_cls closure for callbacks