diff options
author | Thomas Adam <thomas@xteddy.org> | 2012-11-27 18:12:04 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2012-11-27 18:12:04 +0000 |
commit | 39631edb98a542be53fce6f1eeef41880c9a76b4 (patch) | |
tree | c25708a37d4c79d1dbbc89a91d34296df689d934 /tmux.h | |
parent | 1bc910a963ab3c39a03ed3e6b4795c6b5d5b6d18 (diff) | |
parent | 9b8998aeec9c4dff695ae4108965677d90d9c9c7 (diff) | |
download | rtmux-39631edb98a542be53fce6f1eeef41880c9a76b4.tar.gz rtmux-39631edb98a542be53fce6f1eeef41880c9a76b4.tar.bz2 rtmux-39631edb98a542be53fce6f1eeef41880c9a76b4.zip |
Merge branch 'obsd-master'
Sync from OpenBSD.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1513,6 +1513,7 @@ __dead void shell_exec(const char *, const char *); /* cfg.c */ 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 *); |