log.h: include left-over slog() prototype
This commit is contained in:
parent
991a9de0d7
commit
cab8e3c46f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue