summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt>2014-04-01 05:50:30 +0000
committerderaadt <deraadt>2014-04-01 05:50:30 +0000
commitd9960b2d4d4cb6697086d32b24e9e6cbc74df483 (patch)
tree134481525d3e62623f400eee69f90646fbab7e02
parent3c06bec03fe269b8a2548c147fe7b4f2eb4d3c7a (diff)
missed commit matching log.c
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index df7b5d16..6b35e175 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2331,7 +2331,7 @@ u_int utf8_split2(u_int, u_char *);
char *get_proc_name(int, char *);
/* 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 *, ...);