diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-05-30 13:42:57 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-05-30 13:42:57 +0000 |
commit | 169d36294563fb079e423f421aa4777a7e09df16 (patch) | |
tree | 28222dbdbfa30643c4e61315028d21f09aa816fd /tmux.h | |
parent | c6fc8771a9ebcfe0a10e9cc6889a1c1836369b78 (diff) | |
download | rtmux-169d36294563fb079e423f421aa4777a7e09df16.tar.gz rtmux-169d36294563fb079e423f421aa4777a7e09df16.tar.bz2 rtmux-169d36294563fb079e423f421aa4777a7e09df16.zip |
Sync OpenBSD patchset 1123:
Simplify logging and just fprintf(stderr, ...) for early errors.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2178,8 +2178,7 @@ char *osdep_get_cwd(pid_t); struct event_base *osdep_event_init(void); /* log.c */ -void log_open_tty(int); -void log_open_file(int, const char *); +void log_open(int, const char *); void log_close(void); void printflike1 log_warn(const char *, ...); void printflike1 log_warnx(const char *, ...); |