aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-04-25 18:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2017-04-25 18:01:11 +0100
commit65d6278f883b08673e9dbfefc376864ee01d9655 (patch)
treea505029faa66d1395bcd98d254b08490bc15173a /tmux.h
parentb9382125636dfe0fa8a114d93a7268b947df9ad5 (diff)
parentc48d09ec8870ac218d6cc2bbec638d59839eda27 (diff)
downloadrtmux-65d6278f883b08673e9dbfefc376864ee01d9655.tar.gz
rtmux-65d6278f883b08673e9dbfefc376864ee01d9655.tar.bz2
rtmux-65d6278f883b08673e9dbfefc376864ee01d9655.zip
Merge branch 'obsd-master'
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 d5178d76..583a6f8b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1616,7 +1616,7 @@ void environ_unset(struct environ *, const char *);
void environ_update(struct options *, struct environ *, struct environ *);
void environ_push(struct environ *);
void environ_log(struct environ *, const char *);
-struct environ *environ_for_session(struct session *);
+struct environ *environ_for_session(struct session *, int);
/* tty.c */
void tty_create_log(void);