]> git.sur5r.net Git - i3/i3/commitdiff
log.h: include left-over slog() prototype
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 5 Aug 2012 13:59:45 +0000 (15:59 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 5 Aug 2012 13:59:45 +0000 (15:59 +0200)
include/log.h

index d3e967e77e2a206a065ddd9cf307b6ec3da811cb..0ad0fb37bc6b9bb61760716c73a2024e91bbac7f 100644 (file)
@@ -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