diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-10-23 15:08:58 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-10-23 15:08:58 +0000 |
commit | a8ca1340ad1217a6512ce21586f05102c4000cc9 (patch) | |
tree | c18aaadc2f5aaf691313bb87f6c6551d1e599222 /tmux.h | |
parent | 7d169a3679b254c657823906fb61505bccc26aa3 (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |