From a24e239f88a82e3037799a4ce0a8791c1782b027 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 29 Oct 2009 12:57:37 +0000 Subject: [PATCH] no cpp stuff here --- src/nat/nat.c | 16 ---------------- src/nat/upnp.c | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/src/nat/nat.c b/src/nat/nat.c index c7a1fd858..e725220ab 100644 --- a/src/nat/nat.c +++ b/src/nat/nat.c @@ -31,15 +31,6 @@ * * @author Milan Bouchet-Valat */ - -#ifdef __cplusplus -extern "C" -{ -#if 0 /* keep Emacsens' auto-indent happy */ -} -#endif -#endif - #include #include #include @@ -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 diff --git a/src/nat/upnp.c b/src/nat/upnp.c index 05c774edd..62ecd7ff9 100644 --- a/src/nat/upnp.c +++ b/src/nat/upnp.c @@ -30,15 +30,6 @@ * * @author Milan Bouchet-Valat */ - -#ifdef __cplusplus -extern "C" -{ -#if 0 /* keep Emacsens' auto-indent happy */ -} -#endif -#endif - #include #include #include @@ -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 -- 2.25.1