diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-23 18:08:35 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-23 18:08:35 +0000 |
commit | d59fd3e421aa81b8e5e118f3f806081df2aca879 (patch) | |
tree | 356a4e607edc979c625bb33db63c656d771478bd /log.h | |
parent | 7505658c58e96b8d270f1928a0e1fa7f3e0c266b (diff) | |
parent | 45431c9b4677608680cd071768cbf156b316a7e8 (diff) |
Merge 3.7.1p2 to the trunk. I have absolutely no idea yet whether this will
work.
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))); |