aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-service-mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index 29dd2c89d..dee424989 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -1709,7 +1709,7 @@ tunnel_send_multicast (struct MeshTunnel *t,
1709 * 1709 *
1710 * @param t The tunnel whose peers to notify. 1710 * @param t The tunnel whose peers to notify.
1711 */ 1711 */
1712static void 1712/* static */ void
1713tunnel_send_destroy (struct MeshTunnel *t) 1713tunnel_send_destroy (struct MeshTunnel *t)
1714{ 1714{
1715 struct GNUNET_MESH_TunnelDestroy msg; 1715 struct GNUNET_MESH_TunnelDestroy msg;