summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-04-01 05:50:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-04-01 05:50:31 +0000
commitd263b6b4230cd61756b4c086ba62f5ee94d333c1 (patch)
tree4eb47c62b9d9b191ba655f43666b624290ade9ad /usr.bin/tmux
parent03a02058d800caaa5cfd06500bc49899e31d5410 (diff)
missed commit matching log.c
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r--usr.bin/tmux/tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index b5ecf6788f5..522c70b3e02 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.445 2014/03/31 21:42:27 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.446 2014/04/01 05:50:30 deraadt Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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 *, ...);