aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-11-22 12:02:38 +0000
committerThomas Adam <thomas@xteddy.org>2018-11-22 12:02:38 +0000
commit2977317243eac07f819190a38f74da24bfa1b741 (patch)
tree35dcb4be286ac4e0ecafd78a2ae1127ef8ca1c8f /tmux.h
parent2eca63b98e21a4e76d77dedf339da42f7291cc76 (diff)
parent3a7b9d57355c4b2b521f05049a5c6f5eb2939b5d (diff)
downloadrtmux-2977317243eac07f819190a38f74da24bfa1b741.tar.gz
rtmux-2977317243eac07f819190a38f74da24bfa1b741.tar.bz2
rtmux-2977317243eac07f819190a38f74da24bfa1b741.zip
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 cf8bf087..8d67e7df 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1508,6 +1508,7 @@ extern int ptm_fd;
extern const char *shell_command;
int areshell(const char *);
void setblocking(int, int);
+const char *find_cwd(void);
const char *find_home(void);
/* proc.c */