aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-03-24 16:58:47 +0000
committerBart Polot <bart@net.in.tum.de>2011-03-24 16:58:47 +0000
commitbacb370f3e767d8751cfc6bf5979fc362067c4d2 (patch)
tree2e58cbcffd8aa311d46cca770c11ebdcc1f60efa /src/include
parentb4aca84b5f56359a4da2b2989c0550bbd21b7457 (diff)
downloadgnunet-bacb370f3e767d8751cfc6bf5979fc362067c4d2.tar.gz
gnunet-bacb370f3e767d8751cfc6bf5979fc362067c4d2.zip
Fixed doxygen complaints
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_mesh_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_mesh_service.h b/src/include/gnunet_mesh_service.h
index 738811950..aefdd209a 100644
--- a/src/include/gnunet_mesh_service.h
+++ b/src/include/gnunet_mesh_service.h
@@ -70,7 +70,7 @@ struct GNUNET_MESH_Tunnel;
70typedef int 70typedef int
71 (*GNUNET_MESH_MessageCallback) (void *cls, 71 (*GNUNET_MESH_MessageCallback) (void *cls,
72 struct GNUNET_MESH_Tunnel *tunnel, 72 struct GNUNET_MESH_Tunnel *tunnel,
73 void **tunnel_ctx, 73 void **tunnel_ctx,
74 const struct GNUNET_PeerIdentity *sender, 74 const struct GNUNET_PeerIdentity *sender,
75 const struct GNUNET_MessageHeader *message, 75 const struct GNUNET_MessageHeader *message,
76 const struct GNUNET_TRANSPORT_ATS_Information *atsi); 76 const struct GNUNET_TRANSPORT_ATS_Information *atsi);
@@ -334,7 +334,7 @@ GNUNET_MESH_notify_transmit_ready (struct
334 struct 334 struct
335 GNUNET_TIME_Relative 335 GNUNET_TIME_Relative
336 maxdelay, 336 maxdelay,
337 // const struct GNUNET_PeerIdentity *target, 337 const struct GNUNET_PeerIdentity *target,
338 size_t 338 size_t
339 notify_size, 339 notify_size,
340 GNUNET_CONNECTION_TransmitReadyNotify 340 GNUNET_CONNECTION_TransmitReadyNotify