diff options
Diffstat (limited to 'log.h')
-rw-r--r-- | log.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: log.h,v 1.14 2006/08/03 03:34:42 deraadt Exp $ */ | 1 | /* $OpenBSD: log.h,v 1.15 2006/08/18 09:13:25 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -53,6 +53,7 @@ LogLevel log_level_number(char *); | |||
53 | 53 | ||
54 | void fatal(const char *, ...) __dead __attribute__((format(printf, 1, 2))); | 54 | void fatal(const char *, ...) __dead __attribute__((format(printf, 1, 2))); |
55 | void error(const char *, ...) __attribute__((format(printf, 1, 2))); | 55 | void error(const char *, ...) __attribute__((format(printf, 1, 2))); |
56 | void sigdie(const char *, ...) __attribute__((format(printf, 1, 2))); | ||
56 | void logit(const char *, ...) __attribute__((format(printf, 1, 2))); | 57 | void logit(const char *, ...) __attribute__((format(printf, 1, 2))); |
57 | void verbose(const char *, ...) __attribute__((format(printf, 1, 2))); | 58 | void verbose(const char *, ...) __attribute__((format(printf, 1, 2))); |
58 | void debug(const char *, ...) __attribute__((format(printf, 1, 2))); | 59 | void debug(const char *, ...) __attribute__((format(printf, 1, 2))); |