=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/log.h,v retrieving revision 1.11.8.1 retrieving revision 1.12 diff -u -r1.11.8.1 -r1.12 --- src/usr.bin/ssh/log.h 2006/09/30 04:06:50 1.11.8.1 +++ src/usr.bin/ssh/log.h 2006/03/25 22:22:43 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: log.h,v 1.11.8.1 2006/09/30 04:06:50 brad Exp $ */ +/* $OpenBSD: log.h,v 1.12 2006/03/25 22:22:43 djm Exp $ */ /* * Author: Tatu Ylonen @@ -50,7 +50,6 @@ void fatal(const char *, ...) __dead __attribute__((format(printf, 1, 2))); void error(const char *, ...) __attribute__((format(printf, 1, 2))); -void sigdie(const char *, ...) __attribute__((format(printf, 1, 2))); void logit(const char *, ...) __attribute__((format(printf, 1, 2))); void verbose(const char *, ...) __attribute__((format(printf, 1, 2))); void debug(const char *, ...) __attribute__((format(printf, 1, 2)));