summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-05-25 08:28:10 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-05-25 08:28:10 +0000
commit196710e2d3602832595626aa8ec5973247aaff17 (patch)
tree7ba3069864e0396dac28ec8acecc424a99c06679 /tmux.h
parent1f23f6d68608716f93e9262cbb2abc335ef88401 (diff)
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 011c28c7..8da42144 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2181,8 +2181,7 @@ char *get_proc_name(int, char *);
char *get_proc_cwd(pid_t);
/* 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 *, ...);