From fdd368a2945f1f5cbd1cd2a858c00ebffdbf7e46 Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 12 May 2016 16:05:33 +0000 Subject: - Rework load_cfg() error handling a little. - Add -q to source-file to suppress errors about nonexistent files. Input and OK nicm@ --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 314f4c9c..2699626d 100644 --- a/tmux.h +++ b/tmux.h @@ -1555,7 +1555,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 *); -- cgit