diff src/indexer/indexer-client.c @ 17402:48d651b2e82a

various - 'static' sparse cleanup Signed-off-by: Phil Carmody <phil@dovecot.fi>
author Phil Carmody <phil@dovecot.fi>
date Tue, 27 May 2014 21:17:34 +0300
parents add8c00fb3cc
children 3009a1a6f6d5
line wrap: on
line diff
--- a/src/indexer/indexer-client.c	Tue May 27 21:17:34 2014 +0300
+++ b/src/indexer/indexer-client.c	Tue May 27 21:17:34 2014 +0300
@@ -38,7 +38,7 @@
 	unsigned int tag;
 };
 
-struct indexer_client *clients = NULL;
+static struct indexer_client *clients = NULL;
 static unsigned int clients_count = 0;
 
 static void indexer_client_destroy(struct indexer_client *client);