fix compile problem
authorChristian Grothoff <christian@grothoff.org>
Tue, 18 Oct 2011 19:38:24 +0000 (19:38 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 18 Oct 2011 19:38:24 +0000 (19:38 +0000)
src/mesh/gnunet-service-mesh.c

index 29dd2c89d06627188f621cfd381a7604c37f91eb..dee42498981febbe8c5ef758c7faf02f78467250 100644 (file)
@@ -1709,7 +1709,7 @@ tunnel_send_multicast (struct MeshTunnel *t,
  *
  * @param t The tunnel whose peers to notify.
  */
-static void
+/* static */ void
 tunnel_send_destroy (struct MeshTunnel *t)
 {
   struct GNUNET_MESH_TunnelDestroy msg;