aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-10-23 15:08:58 +0000
committerTiago Cunha <tcunha@gmx.com>2011-10-23 15:08:58 +0000
commita8ca1340ad1217a6512ce21586f05102c4000cc9 (patch)
treec18aaadc2f5aaf691313bb87f6c6551d1e599222 /tmux.h
parent7d169a3679b254c657823906fb61505bccc26aa3 (diff)
downloadrtmux-a8ca1340ad1217a6512ce21586f05102c4000cc9.tar.gz
rtmux-a8ca1340ad1217a6512ce21586f05102c4000cc9.tar.bz2
rtmux-a8ca1340ad1217a6512ce21586f05102c4000cc9.zip
Sync OpenBSD patchset 968:
Try to resolve relative paths for loadb and saveb (first using client working directory if any then default-path or session wd).
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 12d401ac..2982039e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1341,6 +1341,7 @@ void logfile(const char *);
const char *getshell(void);
int checkshell(const char *);
int areshell(const char *);
+const char* get_full_path(const char *, const char *);
void setblocking(int, int);
__dead void shell_exec(const char *, const char *);