summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2004-03-01 02:25:32 +0000
committerColin Watson <cjwatson@debian.org>2004-03-01 02:25:32 +0000
commitea8116a11e3de70036dbc665ccb0d486cf89cac9 (patch)
treed73ccdff78d8608e156465af42e6a1b3527fb2d6 /log.h
parente39b311381a5609cc05acf298c42fba196dc524b (diff)
parentf5bda272678ec6dccaa5f29379cf60cb855018e8 (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.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/log.h b/log.h
index 5c0402b52..14700be9c 100644
--- a/log.h
+++ b/log.h
@@ -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)));
62void debug2(const char *, ...) __attribute__((format(printf, 1, 2))); 62void debug2(const char *, ...) __attribute__((format(printf, 1, 2)));
63void debug3(const char *, ...) __attribute__((format(printf, 1, 2))); 63void debug3(const char *, ...) __attribute__((format(printf, 1, 2)));
64 64
65void fatal_cleanup(void);
66void fatal_add_cleanup(void (*) (void *), void *);
67void fatal_remove_cleanup(void (*) (void *), void *);
68void fatal_remove_all_cleanups(void);
69
70void do_log(LogLevel, const char *, va_list); 65void do_log(LogLevel, const char *, va_list);
71 66void cleanup_exit(int);
72#endif 67#endif