From: Michael Stapelberg Date: Sun, 5 Aug 2012 13:59:45 +0000 (+0200) Subject: log.h: include left-over slog() prototype X-Git-Tag: 4.3~133 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cab8e3c46f825b5c7ff9f7008987b11e3163c83a;p=i3%2Fi3 log.h: include left-over slog() prototype --- 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