From a8ca1340ad1217a6512ce21586f05102c4000cc9 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 23 Oct 2011 15:08:58 +0000 Subject: 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). --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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 *); -- cgit