summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
authormouring <mouring>2002-02-26 17:52:14 +0000
committermouring <mouring>2002-02-26 17:52:14 +0000
commit48d2c2dec3b60f74685197e7214f53f3a0400d89 (patch)
tree99af44edb2e0151aa65c473a26bf87c8505d4817 /log.h
parent6e7a7de1afb3ddfe07ec0b0ccab7caef414aabdc (diff)
downloadopenssh-48d2c2dec3b60f74685197e7214f53f3a0400d89.tar.gz
- markus@cvs.openbsd.org 2002/02/22 12:20:34
[log.c log.h ssh-keyscan.c] overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@
Diffstat (limited to 'log.h')
-rw-r--r--log.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/log.h b/log.h
index 8ab5c093..42a9a6ec 100644
--- 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