aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-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 *, ...);