summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-11-19 10:38:06 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-11-19 10:38:06 +0000
commit827b311c8172f3543f9c38dc1d7740bba1d9aeaa (patch)
treedd900064b22c06b7f2d608d475288ae5000b0569 /tmux.h
parentc68efec6c0f1a6ecf4950e4ddada4430fdea4156 (diff)
Use a utility function for common code to show errors in config file,
from Thomas Adam.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 4a5326cf..2a36c2da 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1520,6 +1520,7 @@ extern int cfg_finished;
extern struct causelist cfg_causes;
void printflike2 cfg_add_cause(struct causelist *, const char *, ...);
int load_cfg(const char *, struct cmd_ctx *, struct causelist *);
+void show_cfg_causes(struct session *);
/* format.c */
int format_cmp(struct format_entry *, struct format_entry *);