aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
commit16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch)
treee09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/nat/nat.c
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
Diffstat (limited to 'src/nat/nat.c')
-rw-r--r--src/nat/nat.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/nat/nat.c b/src/nat/nat.c
index 6069d40ad..a037e3b20 100644
--- a/src/nat/nat.c
+++ b/src/nat/nat.c
@@ -361,7 +361,8 @@ struct GNUNET_NAT_Handle
361 * 361 *
362 * @param h handle to NAT 362 * @param h handle to NAT
363 */ 363 */
364static void start_gnunet_nat_server (struct GNUNET_NAT_Handle *h); 364static void
365start_gnunet_nat_server (struct GNUNET_NAT_Handle *h);
365 366
366 367
367/** 368/**
@@ -548,8 +549,8 @@ add_ip_to_address_list (struct GNUNET_NAT_Handle *h,
548 * @param cls the NAT handle 549 * @param cls the NAT handle
549 * @param tc scheduler context 550 * @param tc scheduler context
550 */ 551 */
551static void resolve_dns (void *cls, 552static void
552 const struct GNUNET_SCHEDULER_TaskContext *tc); 553resolve_dns (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc);
553 554
554 555
555/** 556/**
@@ -585,8 +586,8 @@ process_external_ip (void *cls, const struct sockaddr *addr, socklen_t addrlen)
585 * @param cls the NAT handle 586 * @param cls the NAT handle
586 * @param tc scheduler context 587 * @param tc scheduler context
587 */ 588 */
588static void resolve_hostname (void *cls, 589static void
589 const struct GNUNET_SCHEDULER_TaskContext *tc); 590resolve_hostname (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc);
590 591
591 592
592/** 593/**