aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-05-13 08:32:46 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-05-13 08:32:46 +0100
commit2377092a70db3327cbeb07328ea8422d0395edc4 (patch)
treec5ede8c90856cf9ded1a0d62e62fe1089d580ef3 /tmux.h
parentaf25cab11b4dc17d3c1a7c2c2cf6e40b8f2b3ae9 (diff)
parent6cb74f4b7dad1e21f2fb0714c7fe83a85bf92a2c (diff)
downloadrtmux-2377092a70db3327cbeb07328ea8422d0395edc4.tar.gz
rtmux-2377092a70db3327cbeb07328ea8422d0395edc4.tar.bz2
rtmux-2377092a70db3327cbeb07328ea8422d0395edc4.zip
Merge branch 'master' of github.com:tmux/tmux
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 b19f6819..1f0301dd 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1557,7 +1557,7 @@ 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 **);
+int load_cfg(const char *, struct cmd_q *, int);
void set_cfg_file(const char *);
void printflike(1, 2) cfg_add_cause(const char *, ...);
void cfg_print_causes(struct cmd_q *);