diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-11-19 10:38:06 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2012-11-19 10:38:06 +0000 |
commit | 827b311c8172f3543f9c38dc1d7740bba1d9aeaa (patch) | |
tree | dd900064b22c06b7f2d608d475288ae5000b0569 /tmux.h | |
parent | c68efec6c0f1a6ecf4950e4ddada4430fdea4156 (diff) | |
download | rtmux-827b311c8172f3543f9c38dc1d7740bba1d9aeaa.tar.gz rtmux-827b311c8172f3543f9c38dc1d7740bba1d9aeaa.tar.bz2 rtmux-827b311c8172f3543f9c38dc1d7740bba1d9aeaa.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |