]> andersk Git - gssapi-openssh.git/blobdiff - openssh/log.h
o Merge changes from OPENSSH_3_5P1_GSI_20021018.
[gssapi-openssh.git] / openssh / log.h
index 3e4c3c3a7064b510c277d35df000789d8164a752..917fafa69179b3f4b797c4f7b091fdd7b722f243 100644 (file)
@@ -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.032156 seconds and 4 git commands to generate.