mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-16 08:38:12 +02:00
Use a utility function for common code to show errors in config file,
from Thomas Adam.
This commit is contained in:
1
tmux.h
1
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 *);
|
||||
|
Reference in New Issue
Block a user