=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/log.h,v retrieving revision 1.4.2.2 retrieving revision 1.4.2.3 diff -u -r1.4.2.2 -r1.4.2.3 --- src/usr.bin/ssh/log.h 2002/06/22 07:23:17 1.4.2.2 +++ src/usr.bin/ssh/log.h 2002/10/11 14:53:06 1.4.2.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: log.h,v 1.4.2.2 2002/06/22 07:23:17 miod Exp $ */ +/* $OpenBSD: log.h,v 1.4.2.3 2002/10/11 14:53:06 miod Exp $ */ /* * Author: Tatu Ylonen @@ -59,6 +59,7 @@ 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);