static until proven otherwise
authorHeikki Lindholm <holin@iki.fi>
Fri, 9 Apr 2010 15:23:44 +0000 (15:23 +0000)
committerHeikki Lindholm <holin@iki.fi>
Fri, 9 Apr 2010 15:23:44 +0000 (15:23 +0000)
src/hostlist/gnunet-daemon-hostlist.c

index 9a30ecca67e8e23a477b3535fee08479ffb5d1af..4f639f384e45c04b7b9ebf284b60446cd113f9eb 100644 (file)
@@ -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.