]> andersk Git - gssapi-openssh.git/blobdiff - openssh/log.h
Import of OpenSSH 3.8p1
[gssapi-openssh.git] / openssh / log.h
index c3666818ffa8e1487ba4cd5e67dcee2e826b1e3b..e0263194f78bb9ae1f760752578a18033eb8f579 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.9 2003/04/08 20:21:28 itojun Exp $  */
+/*     $OpenBSD: log.h,v 1.10 2003/09/23 20:17:11 markus Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -61,11 +61,6 @@ void     debug(const char *, ...) __attribute__((format(printf, 1, 2)));
 void     debug2(const char *, ...) __attribute__((format(printf, 1, 2)));
 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);
-
+void    cleanup_exit(int);
 #endif
This page took 0.031268 seconds and 4 git commands to generate.