diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-02-16 14:02:37 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-02-16 14:02:37 +0000 |
commit | fa8294436c3acf64899e4af5fc46e0f8f5b02c40 (patch) | |
tree | fe8390e4ddd793a2b6cf7cc962ff15cd9abf875c /tmux.h | |
parent | 9768091ee448d7d3e54778a514ea89d3c809a141 (diff) | |
parent | 82f0c859a2bcdfac79d242793b7720b74d62d04b (diff) | |
download | rtmux-fa8294436c3acf64899e4af5fc46e0f8f5b02c40.tar.gz rtmux-fa8294436c3acf64899e4af5fc46e0f8f5b02c40.tar.bz2 rtmux-fa8294436c3acf64899e4af5fc46e0f8f5b02c40.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1529,6 +1529,7 @@ void proc_toggle_log(struct tmuxproc *); /* cfg.c */ extern int cfg_finished; +extern struct client *cfg_client; void start_cfg(void); int load_cfg(const char *, struct client *, struct cmdq_item *, int); void set_cfg_file(const char *); |