From f165221dc4641837ee9f589bb666d310a495904c Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 28 Jan 2020 10:44:30 +0000 Subject: Reduce a difference with portable tmux by adding the -V flag and #{version} format; on OpenBSD these just report the OpenBSD version. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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; -- cgit