aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
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;