gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9340 - gnunet/src/nat


From: gnunet
Subject: [GNUnet-SVN] r9340 - gnunet/src/nat
Date: Thu, 29 Oct 2009 06:57:37 -0600

Author: grothoff
Date: 2009-10-29 06:57:37 -0600 (Thu, 29 Oct 2009)
New Revision: 9340

Modified:
   gnunet/src/nat/nat.c
   gnunet/src/nat/upnp.c
Log:
no cpp stuff here

Modified: gnunet/src/nat/nat.c
===================================================================
--- gnunet/src/nat/nat.c        2009-10-29 12:39:10 UTC (rev 9339)
+++ gnunet/src/nat/nat.c        2009-10-29 12:57:37 UTC (rev 9340)
@@ -31,15 +31,6 @@
  *
  * @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_free (nat->ext_addr);
   GNUNET_free (nat);
 }
-
-#if 0                           /* keep Emacsens' auto-indent happy */
-{
-#endif
-#ifdef __cplusplus
-}
-#endif

Modified: gnunet/src/nat/upnp.c
===================================================================
--- gnunet/src/nat/upnp.c       2009-10-29 12:39:10 UTC (rev 9339)
+++ gnunet/src/nat/upnp.c       2009-10-29 12:57:37 UTC (rev 9340)
@@ -30,15 +30,6 @@
  *
  * @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 @@
 
   return ret;
 }
-
-#if 0                           /* keep Emacsens' auto-indent happy */
-{
-#endif
-#ifdef __cplusplus
-}
-#endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]