diff options
author | Colin Watson <cjwatson@debian.org> | 2004-03-01 02:25:32 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-03-01 02:25:32 +0000 |
commit | ea8116a11e3de70036dbc665ccb0d486cf89cac9 (patch) | |
tree | d73ccdff78d8608e156465af42e6a1b3527fb2d6 /log.h | |
parent | e39b311381a5609cc05acf298c42fba196dc524b (diff) | |
parent | f5bda272678ec6dccaa5f29379cf60cb855018e8 (diff) |
Merge 3.8p1 to the trunk. This builds and runs, but I haven't tested it
extensively yet.
ProtocolKeepAlives is now just a compatibility alias for
ServerAliveInterval.
Diffstat (limited to 'log.h')
-rw-r--r-- | log.h | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: log.h,v 1.9 2003/04/08 20:21:28 itojun Exp $ */ | 1 | /* $OpenBSD: log.h,v 1.10 2003/09/23 20:17:11 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -62,11 +62,6 @@ 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))); |
63 | void debug3(const char *, ...) __attribute__((format(printf, 1, 2))); | 63 | void debug3(const char *, ...) __attribute__((format(printf, 1, 2))); |
64 | 64 | ||
65 | void fatal_cleanup(void); | ||
66 | void fatal_add_cleanup(void (*) (void *), void *); | ||
67 | void fatal_remove_cleanup(void (*) (void *), void *); | ||
68 | void fatal_remove_all_cleanups(void); | ||
69 | |||
70 | void do_log(LogLevel, const char *, va_list); | 65 | void do_log(LogLevel, const char *, va_list); |
71 | 66 | void cleanup_exit(int); | |
72 | #endif | 67 | #endif |