aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-11-27 16:07:21 +0000
committerBart Polot <bart@net.in.tum.de>2013-11-27 16:07:21 +0000
commit0eae481ee7934ef996c67ef482c87207fc68220b (patch)
tree48fb33fadd51c609f80c989df0a473b720ad0467 /src
parent80ba2168ededec4b0021e2149c3a92e572502315 (diff)
downloadgnunet-0eae481ee7934ef996c67ef482c87207fc68220b.tar.gz
gnunet-0eae481ee7934ef996c67ef482c87207fc68220b.zip
- supress compilation warnings
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-mesh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/gnunet-mesh.c b/src/mesh/gnunet-mesh.c
index 3d8aca183..e7bb97482 100644
--- a/src/mesh/gnunet-mesh.c
+++ b/src/mesh/gnunet-mesh.c
@@ -76,7 +76,7 @@ shutdown_task (void *cls,
76 * @param origin that started the tunnel (owner). 76 * @param origin that started the tunnel (owner).
77 * @param target other endpoint of the tunnel 77 * @param target other endpoint of the tunnel
78 */ 78 */
79static void 79void /* FIXME static */
80tunnels_callback (void *cls, 80tunnels_callback (void *cls,
81 uint32_t tunnel_number, 81 uint32_t tunnel_number,
82 const struct GNUNET_PeerIdentity *origin, 82 const struct GNUNET_PeerIdentity *origin,
@@ -97,7 +97,7 @@ tunnels_callback (void *cls,
97 * @param parent Parent of the current peer. All 0 when peer is root. 97 * @param parent Parent of the current peer. All 0 when peer is root.
98 * 98 *
99 */ 99 */
100static void 100void /* FIXME static */
101tunnel_callback (void *cls, 101tunnel_callback (void *cls,
102 const struct GNUNET_PeerIdentity *peer, 102 const struct GNUNET_PeerIdentity *peer,
103 const struct GNUNET_PeerIdentity *parent) 103 const struct GNUNET_PeerIdentity *parent)