aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-07-19 10:43:10 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-07-19 10:43:10 +0100
commitaf389364739224e5fefa1e523b110fdcae1c7961 (patch)
tree290db4145c1d8827d828537e2052c13c0d3aef2f /tmux.h
parent0e110360557768e0e202fba5c4e82ac168d65007 (diff)
parenta24260bb23cd0a51ebd5f123d477520f8f953c5c (diff)
downloadrtmux-af389364739224e5fefa1e523b110fdcae1c7961.tar.gz
rtmux-af389364739224e5fefa1e523b110fdcae1c7961.tar.bz2
rtmux-af389364739224e5fefa1e523b110fdcae1c7961.zip
Merge branch 'master' of github.com:tmux/tmux
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 7af17dc2..54d66f08 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1695,6 +1695,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 *, const char *);
/* tty.c */
void tty_create_log(void);