aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nat_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_nat_lib.h')
-rw-r--r--src/include/gnunet_nat_lib.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/gnunet_nat_lib.h b/src/include/gnunet_nat_lib.h
index c951a0f3a..01a7acf72 100644
--- a/src/include/gnunet_nat_lib.h
+++ b/src/include/gnunet_nat_lib.h
@@ -349,9 +349,10 @@ GNUNET_NAT_test_stop (struct GNUNET_NAT_Test *tst);
349 * @param addr the address, NULL on errors 349 * @param addr the address, NULL on errors
350 * @param result #GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific error code 350 * @param result #GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific error code
351 */ 351 */
352typedef void (*GNUNET_NAT_IPCallback) (void *cls, 352typedef void
353 const struct in_addr *addr, 353(*GNUNET_NAT_IPCallback) (void *cls,
354 enum GNUNET_NAT_StatusCode result); 354 const struct in_addr *addr,
355 enum GNUNET_NAT_StatusCode result);
355 356
356 357
357 358