diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-01-28 11:17:08 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-01-28 11:17:08 +0000 |
commit | ee3d3db364b6c2469c1acaa88bb64341090d3af1 (patch) | |
tree | d3dcea5e527c32fa9948be6c74aa8bcbd8779970 /tmux.h | |
parent | 7cdf5ee9bc2fa114a7d830b73e2088d1a2dc5174 (diff) | |
parent | f165221dc4641837ee9f589bb666d310a495904c (diff) | |
download | rtmux-ee3d3db364b6c2469c1acaa88bb64341090d3af1.tar.gz rtmux-ee3d3db364b6c2469c1acaa88bb64341090d3af1.tar.bz2 rtmux-ee3d3db364b6c2469c1acaa88bb64341090d3af1.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |