make some functions static, ensure shutdown tasks could be run repeatedly if 1st...
[oweals/gnunet.git] / src / nat / gnunet-service-nat_mini.h
index 2c0dd34458728899d25f06aadbb99ceec56cfb08..8a7af9bf10a525dd38f9db6bf2145b8134d02a0a 100644 (file)
@@ -55,7 +55,7 @@ struct GNUNET_NAT_ExternalHandle;
  */
 struct GNUNET_NAT_ExternalHandle *
 GNUNET_NAT_mini_get_external_ipv4_ (GNUNET_NAT_IPCallback cb,
-                                   void *cb_cls);
+                                    void *cb_cls);
 
 
 /**