From: Heikki Lindholm Date: Fri, 9 Apr 2010 15:23:44 +0000 (+0000) Subject: static until proven otherwise X-Git-Tag: initial-import-from-subversion-38251~22209 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1ea93db989173e26d88f1274ed00dec633b9a8bc;p=oweals%2Fgnunet.git static until proven otherwise --- diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c index 9a30ecca6..4f639f384 100644 --- a/src/hostlist/gnunet-daemon-hostlist.c +++ b/src/hostlist/gnunet-daemon-hostlist.c @@ -72,32 +72,32 @@ static struct GNUNET_STATISTICS_Handle *stats; /** * Handle to the core service (NULL until we've connected to it). */ -struct GNUNET_CORE_Handle *core; +static struct GNUNET_CORE_Handle *core; /** * Handle to the hostlist client's advertisement handler */ -GNUNET_CORE_MessageCallback client_adv_handler = NULL; +static GNUNET_CORE_MessageCallback client_adv_handler = NULL; /** * Handle to hostlist client's connect handler */ -GNUNET_CORE_ConnectEventHandler client_ch = NULL; +static GNUNET_CORE_ConnectEventHandler client_ch = NULL; /** * Handle to hostlist client's disconnect handler */ -GNUNET_CORE_DisconnectEventHandler client_dh = NULL; +static GNUNET_CORE_DisconnectEventHandler client_dh = NULL; /** * Handle to hostlist server's connect handler */ -GNUNET_CORE_ConnectEventHandler server_ch = NULL; +static GNUNET_CORE_ConnectEventHandler server_ch = NULL; /** * Handle to hostlist server's disconnect handler */ -GNUNET_CORE_DisconnectEventHandler server_dh = NULL; +static GNUNET_CORE_DisconnectEventHandler server_dh = NULL; /** * gnunet-daemon-hostlist command line options.