summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-01-28 10:44:30 +0000
committernicm <nicm>2020-01-28 10:44:30 +0000
commitf165221dc4641837ee9f589bb666d310a495904c (patch)
tree803a9772a19610a93f444718119195863442b2b8 /tmux.h
parent32816eaebd4ccd712cc7f7291a587146d122a9ff (diff)
Reduce a difference with portable tmux by adding the -V flag and
#{version} format; on OpenBSD these just report the OpenBSD version.
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 d56c5fea..24e4277f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1769,6 +1769,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;