make really loud unable to communicate with peerinfo messages go away
[oweals/gnunet.git] / src / nat / natpmp.h
index 9acb46b9cb703f56ddae3f1cc388b77623f73598..56d5f003443a5faf629484037f725a637cb33449 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
 
 #include "platform.h"
 
-typedef struct GNUNET_NAT_NATPMP_Handle GNUNET_NAT_NATPMP_Handle;
+struct GNUNET_NAT_NATPMP_Handle;
 
-GNUNET_NAT_NATPMP_Handle *GNUNET_NAT_NATPMP_init (const struct sockaddr *addr,
-                                                  socklen_t addrlen,
-                                                  unsigned short port);
+struct GNUNET_NAT_NATPMP_Handle *GNUNET_NAT_NATPMP_init (const struct sockaddr
+                                                         *addr,
+                                                         socklen_t addrlen,
+                                                         unsigned short port);
 
-void GNUNET_NAT_NATPMP_close (GNUNET_NAT_NATPMP_Handle * nat);
+void GNUNET_NAT_NATPMP_close (struct GNUNET_NAT_NATPMP_Handle *nat);
 
-int GNUNET_NAT_NATPMP_pulse (GNUNET_NAT_NATPMP_Handle * nat, int is_enabled,
-                             struct sockaddr **ext_addr);
+int GNUNET_NAT_NATPMP_pulse (struct GNUNET_NAT_NATPMP_Handle *nat,
+                             int is_enabled, struct sockaddr **ext_addr);
 
-#endif /* NATPMP_H */
+#endif
+/* NATPMP_H */