From cab8e3c46f825b5c7ff9f7008987b11e3163c83a Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 5 Aug 2012 15:59:45 +0200 Subject: [PATCH] log.h: include left-over slog() prototype --- include/log.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/log.h b/include/log.h index d3e967e7..0ad0fb37 100644 --- a/include/log.h +++ b/include/log.h @@ -67,11 +67,4 @@ void errorlog(char *fmt, ...) void verboselog(char *fmt, ...) __attribute__ ((format (printf, 1, 2))); -/** - * Logs the given message to stdout while prefixing the current time to it. - * This is to be called by LOG() which includes filename/linenumber - * - */ -void slog(char *fmt, va_list args); - #endif -- 2.39.5