Remove duplicated declaration in fatal.c .

This commit is contained in:
anatasluo 2021-01-11 13:51:39 +00:00 committed by Darren Tucker
parent 7d0f8a3369
commit 1050109b4b
1 changed files with 0 additions and 3 deletions

View 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, ...)