From fb130b29c4d6bccb2ac894d5a4484df642e323e1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 13 Nov 2009 20:52:38 +0000 Subject: [PATCH] fix --- src/nat/test_nat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nat/test_nat.c b/src/nat/test_nat.c index dc5112c36..9b86f24b2 100644 --- a/src/nat/test_nat.c +++ b/src/nat/test_nat.c @@ -62,7 +62,7 @@ addr_callback (void *cls, int add_remove, static void stop (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { - GNUNET_NAT_Handle *nat = cls; + struct GNUNET_NAT_Handle *nat = cls; GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Stopping NAT and quitting...\n"); GNUNET_NAT_unregister (nat); @@ -97,7 +97,7 @@ run (void *cls, char *const *args, const char *cfgfile, const struct GNUNET_CONFIGURATION_Handle *cfg) { - GNUNET_NAT_Handle *nat; + struct GNUNET_NAT_Handle *nat; struct addr_cls data; struct sockaddr *addr; -- 2.25.1