aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-05-30 13:42:57 +0000
committerTiago Cunha <tcunha@gmx.com>2012-05-30 13:42:57 +0000
commit169d36294563fb079e423f421aa4777a7e09df16 (patch)
tree28222dbdbfa30643c4e61315028d21f09aa816fd /tmux.h
parentc6fc8771a9ebcfe0a10e9cc6889a1c1836369b78 (diff)
downloadrtmux-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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 60451ca3..0a27ec02 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *, ...);