diff options
Diffstat (limited to 'log.h')
-rw-r--r-- | log.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -55,7 +55,6 @@ void trace_init(int enable); void __openlog(const char *ident, int option, int facility); void logfile_init(const char *name, const char *path, size_t size); -void passt_vsyslog(bool newline, int pri, const char *format, va_list ap); void __setlogmask(int mask); #endif /* LOG_H */ |