aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nat_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_nat_service.h')
-rw-r--r--src/include/gnunet_nat_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_nat_service.h b/src/include/gnunet_nat_service.h
index b66c188cc..e39e2c016 100644
--- a/src/include/gnunet_nat_service.h
+++ b/src/include/gnunet_nat_service.h
@@ -108,7 +108,7 @@ enum GNUNET_NAT_AddressClass
108 GNUNET_NAT_AC_BT = 32, 108 GNUNET_NAT_AC_BT = 32,
109 109
110 /** 110 /**
111 * Loopback addresses, only useful under special cirumstances. 111 * Loopback addresses, only useful under special circumstances.
112 */ 112 */
113 GNUNET_NAT_AC_LOOPBACK = 64, 113 GNUNET_NAT_AC_LOOPBACK = 64,
114 114
@@ -325,7 +325,7 @@ struct GNUNET_NAT_Handle;
325 * @param num_addrs number of addresses in @a addrs 325 * @param num_addrs number of addresses in @a addrs
326 * @param addrs list of local addresses packets should be redirected to 326 * @param addrs list of local addresses packets should be redirected to
327 * @param addrlens actual lengths of the addresses in @a addrs 327 * @param addrlens actual lengths of the addresses in @a addrs
328 * @param address_callback function to call everytime the public IP address changes 328 * @param address_callback function to call every time the public IP address changes
329 * @param reversal_callback function to call if someone wants connection reversal from us, 329 * @param reversal_callback function to call if someone wants connection reversal from us,
330 * NULL if connection reversal is not supported 330 * NULL if connection reversal is not supported
331 * @param callback_cls closure for callbacks 331 * @param callback_cls closure for callbacks