summaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
authornicm <nicm>2016-10-11 13:45:47 +0000
committernicm <nicm>2016-10-11 13:45:47 +0000
commit5c49e1d0c1afaf98512b2ffd1f31d91fecff9851 (patch)
tree7c700a3608d6de77abcdd13af8098aa47cf657ec /cfg.c
parente45401846f0a423bb90ebd3943041a28b2657631 (diff)
Some other stuff that can be local to one file.
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/cfg.c b/cfg.c
index 0a931a81..d45573ea 100644
--- a/cfg.c
+++ b/cfg.c
@@ -28,13 +28,13 @@
#include "tmux.h"
-char *cfg_file;
-struct cmd_q *cfg_cmd_q;
-int cfg_finished;
-int cfg_references;
-char **cfg_causes;
-u_int cfg_ncauses;
-struct client *cfg_client;
+char *cfg_file;
+static struct cmd_q *cfg_cmd_q;
+int cfg_finished;
+int cfg_references;
+static char **cfg_causes;
+static u_int cfg_ncauses;
+struct client *cfg_client;
static void cfg_default_done(struct cmd_q *);