Fix return value of load_cfg, from Thomas Adam.

This commit is contained in:
Nicholas Marriott
2012-11-27 22:59:34 +00:00
parent 47c097cb51
commit 8264e92b37
2 changed files with 3 additions and 3 deletions

2
tmux.h
View File

@ -1520,7 +1520,7 @@ extern int cfg_finished;
extern int cfg_references;
extern struct causelist cfg_causes;
void printflike2 cfg_add_cause(struct causelist *, const char *, ...);
int load_cfg(const char *, struct cmd_ctx *, struct causelist *);
enum cmd_retval load_cfg(const char *, struct cmd_ctx *, struct causelist *);
void show_cfg_causes(struct session *);
/* format.c */