]> andersk Git - openssh.git/blobdiff - log.h
- stevesk@cvs.openbsd.org 2002/12/04 04:36:47
[openssh.git] / log.h
diff --git a/log.h b/log.h
index 3e4c3c3a7064b510c277d35df000789d8164a752..917fafa69179b3f4b797c4f7b091fdd7b722f243 100644 (file)
--- a/log.h
+++ b/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);
 
This page took 0.035923 seconds and 4 git commands to generate.