diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-11-22 12:02:38 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-11-22 12:02:38 +0000 |
commit | 2977317243eac07f819190a38f74da24bfa1b741 (patch) | |
tree | 35dcb4be286ac4e0ecafd78a2ae1127ef8ca1c8f /tmux.h | |
parent | 2eca63b98e21a4e76d77dedf339da42f7291cc76 (diff) | |
parent | 3a7b9d57355c4b2b521f05049a5c6f5eb2939b5d (diff) | |
download | rtmux-2977317243eac07f819190a38f74da24bfa1b741.tar.gz rtmux-2977317243eac07f819190a38f74da24bfa1b741.tar.bz2 rtmux-2977317243eac07f819190a38f74da24bfa1b741.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |