mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-25 03:47:14 +00:00
Declaration in header should be extern.
This commit is contained in:
parent
023137a891
commit
c7fccfa299
1 changed files with 1 additions and 1 deletions
2
tmux.h
2
tmux.h
|
|
@ -1308,7 +1308,7 @@ __dead void shell_exec(const char *, const char *);
|
|||
|
||||
/* cfg.c */
|
||||
extern int cfg_finished;
|
||||
struct causelist cfg_causes;
|
||||
extern struct causelist cfg_causes;
|
||||
void printflike2 cfg_add_cause(struct causelist *, const char *, ...);
|
||||
int load_cfg(const char *, struct cmd_ctx *, struct causelist *);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue