diff options
Diffstat (limited to 'log.h')
-rw-r--r-- | log.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
57 | void fatal(const char *, ...) __attribute__((format(printf, 1, 2))); | 57 | void fatal(const char *, ...) __attribute__((format(printf, 1, 2))); |
58 | void error(const char *, ...) __attribute__((format(printf, 1, 2))); | 58 | void error(const char *, ...) __attribute__((format(printf, 1, 2))); |
59 | void log(const char *, ...) __attribute__((format(printf, 1, 2))); | 59 | void logit(const char *, ...) __attribute__((format(printf, 1, 2))); |
60 | void verbose(const char *, ...) __attribute__((format(printf, 1, 2))); | 60 | void verbose(const char *, ...) __attribute__((format(printf, 1, 2))); |
61 | void debug(const char *, ...) __attribute__((format(printf, 1, 2))); | 61 | void debug(const char *, ...) __attribute__((format(printf, 1, 2))); |
62 | void debug2(const char *, ...) __attribute__((format(printf, 1, 2))); | 62 | void debug2(const char *, ...) __attribute__((format(printf, 1, 2))); |