diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-07-19 10:43:10 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-07-19 10:43:10 +0100 |
commit | af389364739224e5fefa1e523b110fdcae1c7961 (patch) | |
tree | 290db4145c1d8827d828537e2052c13c0d3aef2f /tmux.h | |
parent | 0e110360557768e0e202fba5c4e82ac168d65007 (diff) | |
parent | a24260bb23cd0a51ebd5f123d477520f8f953c5c (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |