summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-09-01 10:01:56 +0000
committernicm <nicm>2015-09-01 10:01:56 +0000
commit83157c02d6935d3ea4dcf6e39d6a531849a775d6 (patch)
treedc42163ada1e5f9d74aaa173f0329c3ac016cf18 /tmux.h
parent2a836bc306c5635329bec2dd35ba9537a552ff9a (diff)
Move initial conf load into cfg.c.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 4e880028..ced3cccf 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1420,12 +1420,11 @@ void setblocking(int, int);
const char *find_home(void);
/* cfg.c */
-extern struct cmd_q *cfg_cmd_q;
extern int cfg_finished;
extern int cfg_references;
extern struct client *cfg_client;
+void start_cfg(void);
int load_cfg(const char *, struct cmd_q *, char **);
-void cfg_default_done(struct cmd_q *);
void cfg_add_cause(const char *, ...);
void cfg_print_causes(struct cmd_q *);
void cfg_show_causes(struct session *);