]> andersk Git - openssh.git/blobdiff - log.h
- markus@cvs.openbsd.org 2002/02/22 12:20:34
[openssh.git] / log.h
diff --git a/log.h b/log.h
index 8ab5c0939205d66cd263663998bf6fbe48503570..42a9a6ec743d82923a53973d5b20107e7e10a1ea 100644 (file)
--- a/log.h
+++ b/log.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.5 2002/02/04 12:15:25 markus Exp $  */
+/*     $OpenBSD: log.h,v 1.6 2002/02/22 12:20:34 markus Exp $  */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -65,4 +65,6 @@ void     fatal_cleanup(void);
 void     fatal_add_cleanup(void (*) (void *), void *);
 void     fatal_remove_cleanup(void (*) (void *), void *);
 
+void    do_log(LogLevel, const char *, va_list);
+
 #endif
This page took 0.059499 seconds and 4 git commands to generate.