Declaration in header should be extern.

This commit is contained in:
Nicholas Marriott 2010-11-11 20:51:30 +00:00
parent 023137a891
commit c7fccfa299

2
tmux.h
View File

@ -1308,7 +1308,7 @@ __dead void shell_exec(const char *, const char *);
/* cfg.c */ /* cfg.c */
extern int cfg_finished; extern int cfg_finished;
struct causelist cfg_causes; extern struct causelist cfg_causes;
void printflike2 cfg_add_cause(struct causelist *, const char *, ...); void printflike2 cfg_add_cause(struct causelist *, const char *, ...);
int load_cfg(const char *, struct cmd_ctx *, struct causelist *); int load_cfg(const char *, struct cmd_ctx *, struct causelist *);