From 7e56a8a60ec722a5f455b4ae9ceeb1ed1879c77a Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 8 Apr 2003 20:21:28 +0000 Subject: rename log() into logit() to avoid name conflict. markus ok, from netbsd --- usr.bin/ssh/log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/log.h') diff --git a/usr.bin/ssh/log.h b/usr.bin/ssh/log.h index f2971167863..79c34e00d08 100644 --- a/usr.bin/ssh/log.h +++ b/usr.bin/ssh/log.h @@ -1,4 +1,4 @@ -/* $OpenBSD: log.h,v 1.8 2002/07/19 15:43:33 markus Exp $ */ +/* $OpenBSD: log.h,v 1.9 2003/04/08 20:21:28 itojun Exp $ */ /* * Author: Tatu Ylonen @@ -50,7 +50,7 @@ LogLevel log_level_number(char *); void fatal(const char *, ...) __attribute__((format(printf, 1, 2))); void error(const char *, ...) __attribute__((format(printf, 1, 2))); -void log(const char *, ...) __attribute__((format(printf, 1, 2))); +void logit(const char *, ...) __attribute__((format(printf, 1, 2))); void verbose(const char *, ...) __attribute__((format(printf, 1, 2))); void debug(const char *, ...) __attribute__((format(printf, 1, 2))); void debug2(const char *, ...) __attribute__((format(printf, 1, 2))); -- cgit v1.2.3-59-g8ed1b