aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-09-01 10:10:59 +0000
committernicm <nicm>2015-09-01 10:10:59 +0000
commit952ba846111fb91d9882846a4061955262f34212 (patch)
treeeb22a9459bcf676b7d0f152330dddc50623adf9b /tmux.h
parent83157c02d6935d3ea4dcf6e39d6a531849a775d6 (diff)
downloadrtmux-952ba846111fb91d9882846a4061955262f34212.tar.gz
rtmux-952ba846111fb91d9882846a4061955262f34212.tar.bz2
rtmux-952ba846111fb91d9882846a4061955262f34212.zip
Work out config file when needed not at startup.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index ced3cccf..c2309f8a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1407,7 +1407,6 @@ extern struct options global_options;
extern struct options global_s_options;
extern struct options global_w_options;
extern struct environ global_environ;
-extern char *cfg_file;
extern char *shell_cmd;
extern int debug_level;
extern time_t start_time;
@@ -1425,6 +1424,7 @@ extern int cfg_references;
extern struct client *cfg_client;
void start_cfg(void);
int load_cfg(const char *, struct cmd_q *, char **);
+void set_cfg_file(const char *);
void cfg_add_cause(const char *, ...);
void cfg_print_causes(struct cmd_q *);
void cfg_show_causes(struct session *);