aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-20 14:56:21 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-20 14:56:21 +0000
commitc75554cf75ee449294f3926311638921185011d0 (patch)
tree0a37721c322917c7ebb4f084a7a50c33410d86d0
parent4c630a158187a48ba585167b0ede49bd524d6f8d (diff)
downloadgnunet-c75554cf75ee449294f3926311638921185011d0.tar.gz
gnunet-c75554cf75ee449294f3926311638921185011d0.zip
-make static
-rw-r--r--src/transport/gnunet-service-transport_clients.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport_clients.c b/src/transport/gnunet-service-transport_clients.c
index 77374ff19..c016b4abf 100644
--- a/src/transport/gnunet-service-transport_clients.c
+++ b/src/transport/gnunet-service-transport_clients.c
@@ -182,12 +182,12 @@ static struct TransportClient *clients_tail;
182/** 182/**
183 * Head of linked list of all pending address iterations 183 * Head of linked list of all pending address iterations
184 */ 184 */
185struct AddressToStringContext *a2s_head; 185static struct AddressToStringContext *a2s_head;
186 186
187/** 187/**
188 * Tail of linked list of all pending address iterations 188 * Tail of linked list of all pending address iterations
189 */ 189 */
190struct AddressToStringContext *a2s_tail; 190static struct AddressToStringContext *a2s_tail;
191 191
192/** 192/**
193 * Head of linked list of monitoring clients. 193 * Head of linked list of monitoring clients.
@@ -659,7 +659,8 @@ clients_handle_start (void *cls,
659 * @param message the HELLO message 659 * @param message the HELLO message
660 */ 660 */
661static void 661static void
662clients_handle_hello (void *cls, struct GNUNET_SERVER_Client *client, 662clients_handle_hello (void *cls,
663 struct GNUNET_SERVER_Client *client,
663 const struct GNUNET_MessageHeader *message) 664 const struct GNUNET_MessageHeader *message)
664{ 665{
665 GST_validation_handle_hello (message); 666 GST_validation_handle_hello (message);