aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_clients.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_clients.h')
-rw-r--r--src/transport/gnunet-service-transport_clients.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/transport/gnunet-service-transport_clients.h b/src/transport/gnunet-service-transport_clients.h
index 7c79eec15..6bcc18cd3 100644
--- a/src/transport/gnunet-service-transport_clients.h
+++ b/src/transport/gnunet-service-transport_clients.h
@@ -50,8 +50,8 @@ void GST_clients_stop (void);
50 * @param msg message to broadcast 50 * @param msg message to broadcast
51 * @param may_drop GNUNET_YES if the message can be dropped 51 * @param may_drop GNUNET_YES if the message can be dropped
52 */ 52 */
53void 53void GST_clients_broadcast (const struct GNUNET_MessageHeader *msg,
54GST_clients_broadcast (const struct GNUNET_MessageHeader *msg, int may_drop); 54 int may_drop);
55 55
56 56
57/** 57/**
@@ -61,9 +61,8 @@ GST_clients_broadcast (const struct GNUNET_MessageHeader *msg, int may_drop);
61 * @param msg message to transmit 61 * @param msg message to transmit
62 * @param may_drop GNUNET_YES if the message can be dropped 62 * @param may_drop GNUNET_YES if the message can be dropped
63 */ 63 */
64void 64void GST_clients_unicast (struct GNUNET_SERVER_Client *client,
65GST_clients_unicast (struct GNUNET_SERVER_Client *client, 65 const struct GNUNET_MessageHeader *msg, int may_drop);
66 const struct GNUNET_MessageHeader *msg, int may_drop);
67 66
68 67
69 68