log.h: include left-over slog() prototype

This commit is contained in:
Michael Stapelberg 2012-08-05 15:59:45 +02:00
parent 991a9de0d7
commit cab8e3c46f
1 changed files with 0 additions and 7 deletions

View 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