only for headers
authorChristian Grothoff <christian@grothoff.org>
Thu, 29 Oct 2009 12:39:10 +0000 (12:39 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 29 Oct 2009 12:39:10 +0000 (12:39 +0000)
src/nat/natpmp.c
src/util/connection.c

index 335228767203cca997ca5822620395cc94dafb08..16d68c702c6615d38d472dcb1ad0677f0e4f5c22 100644 (file)
  *
  * @author Milan Bouchet-Valat
  */
-
-#ifdef __cplusplus
-extern "C"
-{
-#if 0                           /* keep Emacsens' auto-indent happy */
-}
-#endif
-#endif
-
 #include <assert.h>
 #include <errno.h>
 #include <time.h>
index 3cf2ae47597821b1cfedb666d945ba50b9ac525f..6c2aafb0e7780930cbaa87dbe1033d1dddc6b692 100644 (file)
@@ -1589,12 +1589,4 @@ GNUNET_CONNECTION_notify_transmit_ready_cancel (struct
   h->notify_ready = NULL;
 }
 
-
-#if 0                           /* keep Emacsens' auto-indent happy */
-{
-#endif
-#ifdef __cplusplus
-}
-#endif
-
 /* end of connection.c */