diff options
author | 2014-04-01 05:50:30 +0000 | |
---|---|---|
committer | 2014-04-01 05:50:30 +0000 | |
commit | 17394c6dd27870a2b406e1e221b8809af8fd5b53 (patch) | |
tree | 928a909c898544d34e76c31dd10e1e356ecd4bef | |
parent | demote a debug3 to PACKET_DEBUG; ok markus@ (diff) | |
download | wireguard-openbsd-17394c6dd27870a2b406e1e221b8809af8fd5b53.tar.xz wireguard-openbsd-17394c6dd27870a2b406e1e221b8809af8fd5b53.zip |
missed commit matching log.c
-rw-r--r-- | usr.bin/tmux/tmux.h | 4 |
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 *, ...); |