=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.726 retrieving revision 1.727 diff -u -r1.726 -r1.727 --- src/usr.bin/tmux/tmux.h 2017/02/10 12:59:18 1.726 +++ src/usr.bin/tmux/tmux.h 2017/02/14 18:13:05 1.727 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.726 2017/02/10 12:59:18 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.727 2017/02/14 18:13:05 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1834,6 +1834,8 @@ 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 *); /* server-fn.c */ void server_fill_environ(struct session *, struct environ *);