aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-04-24 22:19:36 +0000
committernicm <nicm>2015-04-24 22:19:36 +0000
commit583b4ab72b7bf66fda8ab63a08fe435483de5e5a (patch)
tree7620822095c73c5d78942cdfa7005d6a6f50019d /tmux.h
parent5a2d0533a84a13613fb356b66ed8ada2a65f6edf (diff)
downloadrtmux-583b4ab72b7bf66fda8ab63a08fe435483de5e5a.tar.gz
rtmux-583b4ab72b7bf66fda8ab63a08fe435483de5e5a.tar.bz2
rtmux-583b4ab72b7bf66fda8ab63a08fe435483de5e5a.zip
Set working directory for run-shell and if-shell.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index a47218e5..9a6e4c83 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1613,7 +1613,7 @@ int options_table_find(const char *, const struct options_table_entry **,
/* job.c */
extern struct joblist all_jobs;
-struct job *job_run(const char *, struct session *,
+struct job *job_run(const char *, struct session *, int,
void (*)(struct job *), void (*)(void *), void *);
void job_free(struct job *);
void job_died(struct job *, int);