aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-02-16 14:02:37 +0000
committerThomas Adam <thomas@xteddy.org>2019-02-16 14:02:37 +0000
commitfa8294436c3acf64899e4af5fc46e0f8f5b02c40 (patch)
treefe8390e4ddd793a2b6cf7cc962ff15cd9abf875c /tmux.h
parent9768091ee448d7d3e54778a514ea89d3c809a141 (diff)
parent82f0c859a2bcdfac79d242793b7720b74d62d04b (diff)
downloadrtmux-fa8294436c3acf64899e4af5fc46e0f8f5b02c40.tar.gz
rtmux-fa8294436c3acf64899e4af5fc46e0f8f5b02c40.tar.bz2
rtmux-fa8294436c3acf64899e4af5fc46e0f8f5b02c40.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 0255e583..1bbfaae4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);