summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/log.h b/log.h
index 9819eceaa..5c0402b52 100644
--- a/log.h
+++ b/log.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: log.h,v 1.8 2002/07/19 15:43:33 markus Exp $ */ 1/* $OpenBSD: log.h,v 1.9 2003/04/08 20:21:28 itojun Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -56,7 +56,7 @@ LogLevel log_level_number(char *);
56 56
57void fatal(const char *, ...) __attribute__((format(printf, 1, 2))); 57void fatal(const char *, ...) __attribute__((format(printf, 1, 2)));
58void error(const char *, ...) __attribute__((format(printf, 1, 2))); 58void error(const char *, ...) __attribute__((format(printf, 1, 2)));
59void log(const char *, ...) __attribute__((format(printf, 1, 2))); 59void logit(const char *, ...) __attribute__((format(printf, 1, 2)));
60void verbose(const char *, ...) __attribute__((format(printf, 1, 2))); 60void verbose(const char *, ...) __attribute__((format(printf, 1, 2)));
61void debug(const char *, ...) __attribute__((format(printf, 1, 2))); 61void debug(const char *, ...) __attribute__((format(printf, 1, 2)));
62void debug2(const char *, ...) __attribute__((format(printf, 1, 2))); 62void debug2(const char *, ...) __attribute__((format(printf, 1, 2)));