summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-01-28 11:17:08 +0000
committerThomas Adam <thomas@xteddy.org>2020-01-28 11:17:08 +0000
commitee3d3db364b6c2469c1acaa88bb64341090d3af1 (patch)
treed3dcea5e527c32fa9948be6c74aa8bcbd8779970 /tmux.h
parent7cdf5ee9bc2fa114a7d830b73e2088d1a2dc5174 (diff)
parentf165221dc4641837ee9f589bb666d310a495904c (diff)
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 53370dc4..26bedf38 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1771,6 +1771,7 @@ int areshell(const char *);
void setblocking(int, int);
const char *find_cwd(void);
const char *find_home(void);
+const char *getversion(void);
/* proc.c */
struct imsg;