From: Christian Grothoff Date: Fri, 13 Nov 2009 20:52:38 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~23092 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fb130b29c4d6bccb2ac894d5a4484df642e323e1;p=oweals%2Fgnunet.git fix --- 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;