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 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 */