no cpp stuff here
authorChristian Grothoff <christian@grothoff.org>
Thu, 29 Oct 2009 12:57:37 +0000 (12:57 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 29 Oct 2009 12:57:37 +0000 (12:57 +0000)
src/nat/nat.c
src/nat/upnp.c

index c7a1fd8587c379fa370b6719994f58c7676bafb2..e725220abd8fbffbf648f3638b2bac7ac34af16b 100644 (file)
  *
  * @author Milan Bouchet-Valat
  */
-
-#ifdef __cplusplus
-extern "C"
-{
-#if 0                           /* keep Emacsens' auto-indent happy */
-}
-#endif
-#endif
-
 #include <errno.h>
 #include <string.h>
 #include <stdio.h>
@@ -372,10 +363,3 @@ GNUNET_NAT_unregister (struct GNUNET_NAT_Handle *nat)
     GNUNET_free (nat->ext_addr);
   GNUNET_free (nat);
 }
-
-#if 0                           /* keep Emacsens' auto-indent happy */
-{
-#endif
-#ifdef __cplusplus
-}
-#endif
index 05c774edd01e87ddc2d0e06e20c2675f6f323f36..62ecd7ff9a057eecb8377c19c77f15162b3b350a 100644 (file)
  *
  * @author Milan Bouchet-Valat
  */
-
-#ifdef __cplusplus
-extern "C"
-{
-#if 0                           /* keep Emacsens' auto-indent happy */
-}
-#endif
-#endif
-
 #include <stdlib.h>
 #include <assert.h>
 #include <errno.h>
@@ -348,10 +339,3 @@ GNUNET_NAT_UPNP_pulse (GNUNET_NAT_UPNP_Handle * handle, int is_enabled,
 
   return ret;
 }
-
-#if 0                           /* keep Emacsens' auto-indent happy */
-{
-#endif
-#ifdef __cplusplus
-}
-#endif