From c75554cf75ee449294f3926311638921185011d0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 20 Dec 2014 14:56:21 +0000 Subject: -make static --- src/transport/gnunet-service-transport_clients.c | 7 ++++--- 1 file 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; /** * Head of linked list of all pending address iterations */ -struct AddressToStringContext *a2s_head; +static struct AddressToStringContext *a2s_head; /** * Tail of linked list of all pending address iterations */ -struct AddressToStringContext *a2s_tail; +static struct AddressToStringContext *a2s_tail; /** * Head of linked list of monitoring clients. @@ -659,7 +659,8 @@ clients_handle_start (void *cls, * @param message the HELLO message */ static void -clients_handle_hello (void *cls, struct GNUNET_SERVER_Client *client, +clients_handle_hello (void *cls, + struct GNUNET_SERVER_Client *client, const struct GNUNET_MessageHeader *message) { GST_validation_handle_hello (message); -- cgit v1.2.3