aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_tunnel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_tunnel.h')
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_tunnel.h b/src/mesh/gnunet-service-mesh_tunnel.h
index 18104a147..b80f7dff1 100644
--- a/src/mesh/gnunet-service-mesh_tunnel.h
+++ b/src/mesh/gnunet-service-mesh_tunnel.h
@@ -95,7 +95,7 @@ struct MeshTunnel3;
95void 95void
96GMT_init (const struct GNUNET_CONFIGURATION_Handle *c, 96GMT_init (const struct GNUNET_CONFIGURATION_Handle *c,
97 const struct GNUNET_PeerIdentity *id, 97 const struct GNUNET_PeerIdentity *id,
98 const struct GNUNET_CRYPTO_EccPrivateKey *key); 98 const struct GNUNET_CRYPTO_EddsaPrivateKey *key);
99 99
100/** 100/**
101 * Shut down the tunnel subsystem. 101 * Shut down the tunnel subsystem.