From 996acd2476d9d34b18bb4f99012ea0927458f418 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 9 Apr 2003 20:59:48 +1000 Subject: *** empty log message *** --- log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'log.h') diff --git a/log.h b/log.h index 917fafa6..4aad9ac7 100644 --- a/log.h +++ b/log.h @@ -55,7 +55,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