diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-03-07 16:05:29 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-03-07 16:05:29 +0000 |
commit | b1a87b2ee49028f7a35bc39db47833a82cd74e38 (patch) | |
tree | 100e56ef049c03191316f7365ddf9bd460558133 /tmux.h | |
parent | c5a30513edc6f108b6387ee9cf6f1cb9dc7a674c (diff) | |
download | rtmux-b1a87b2ee49028f7a35bc39db47833a82cd74e38.tar.gz rtmux-b1a87b2ee49028f7a35bc39db47833a82cd74e38.tar.bz2 rtmux-b1a87b2ee49028f7a35bc39db47833a82cd74e38.zip |
Remove log_debug2 as well and simplify log.c.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2330,10 +2330,9 @@ char *osdep_get_cwd(int); struct event_base *osdep_event_init(void); /* log.c */ -void log_open(int, const char *); +void log_open(const char *); void log_close(void); void printflike1 log_debug(const char *, ...); -void printflike1 log_debug2(const char *, ...); __dead void printflike1 log_fatal(const char *, ...); __dead void printflike1 log_fatalx(const char *, ...); |