diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-05-24 13:02:29 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-05-24 13:02:29 +0100 |
commit | 7448b38327f856dae6ce915eae63f7f6c3f036e0 (patch) | |
tree | e38b2964d8261f2103f633b26995d5d2d38c7b94 /tmux.h | |
parent | 85d5a377c53d711ff923f1b5f9184f2f96c29c41 (diff) | |
parent | b9a6162d2f9bea63c3ad421e9c3969eea2852b00 (diff) | |
download | rtmux-7448b38327f856dae6ce915eae63f7f6c3f036e0.tar.gz rtmux-7448b38327f856dae6ce915eae63f7f6c3f036e0.tar.bz2 rtmux-7448b38327f856dae6ce915eae63f7f6c3f036e0.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1910,7 +1910,7 @@ void server_client_push_stderr(struct client *); void printflike(2, 3) server_client_add_message(struct client *, const char *, ...); char *server_client_get_path(struct client *, const char *); -const char *server_client_get_cwd(struct client *); +const char *server_client_get_cwd(struct client *, struct session *); /* server-fn.c */ void server_redraw_client(struct client *); |