diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-05-11 10:01:10 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-05-11 10:01:10 +0100 |
commit | def8f852e3d704b6b6f06f9d6951dd0f779e5c00 (patch) | |
tree | e501fe333f1aa7b3e58d81f5bbae84a48e1e7057 /tmux.h | |
parent | 6d961d672dea3297a6d0b5045b8869336a2ba174 (diff) | |
parent | 349cdd6110b548db2f47bd458fef257260052dbc (diff) | |
download | rtmux-def8f852e3d704b6b6f06f9d6951dd0f779e5c00.tar.gz rtmux-def8f852e3d704b6b6f06f9d6951dd0f779e5c00.tar.bz2 rtmux-def8f852e3d704b6b6f06f9d6951dd0f779e5c00.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1625,7 +1625,7 @@ void environ_put(struct environ *, const char *); 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 *); +void printflike(2, 3) environ_log(struct environ *, const char *, ...); struct environ *environ_for_session(struct session *, int); /* tty.c */ |