aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2016-07-15 09:28:32 +0000
committernicm <nicm>2016-07-15 09:28:32 +0000
commit1718420c48737a3038966611c83f37f3c272901e (patch)
tree2a42f6a7460e9d304a00f594f475d02f8972a4bd /tmux.h
parent68b1fd0cc60fe8719c04c9cae4a6f3e971b78409 (diff)
downloadrtmux-1718420c48737a3038966611c83f37f3c272901e.tar.gz
rtmux-1718420c48737a3038966611c83f37f3c272901e.tar.bz2
rtmux-1718420c48737a3038966611c83f37f3c272901e.zip
Log environment to new panes.
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 f461c495..95d942f2 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1693,6 +1693,7 @@ void environ_put(struct environ *, const char *);
void environ_unset(struct environ *, const char *);
void environ_update(const char *, struct environ *, struct environ *);
void environ_push(struct environ *);
+void environ_log(struct environ *);
/* tty.c */
void tty_create_log(void);