summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/log.h')
-rw-r--r--crypto/openssh/log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/log.h b/crypto/openssh/log.h
index 3e4c3c3..917fafa 100644
--- a/crypto/openssh/log.h
+++ b/crypto/openssh/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.7 2002/05/19 20:54:52 deraadt Exp $ */
+/* $OpenBSD: log.h,v 1.8 2002/07/19 15:43:33 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -64,6 +64,7 @@ void debug3(const char *, ...) __attribute__((format(printf, 1, 2)));
void fatal_cleanup(void);
void fatal_add_cleanup(void (*) (void *), void *);
void fatal_remove_cleanup(void (*) (void *), void *);
+void fatal_remove_all_cleanups(void);
void do_log(LogLevel, const char *, va_list);
OpenPOWER on IntegriCloud