]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove duplicated declaration in fatal.c .
authoranatasluo <luolongjuna@gmail.com>
Mon, 11 Jan 2021 13:51:39 +0000 (13:51 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 11 Jan 2021 20:08:26 +0000 (07:08 +1100)
regress/misc/sk-dummy/fatal.c

index 1ba50809b79a82ff918524c5f56095c02d139a42..c6e4b5d6fa710c19af1f0d3481992a8baca219b6 100644 (file)
@@ -9,9 +9,6 @@
 
 #include "log.h"
 
-void sshfatal(const char *file, const char *func, int line, int showfunc,
-    LogLevel level, const char *suffix, const char *fmt, ...);
-
 void
 sshfatal(const char *file, const char *func, int line, int showfunc,
     LogLevel level, const char *suffix, const char *fmt, ...)