mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
Make vlogger() static; unneeded outside of logger.c
This commit is contained in:
@@ -36,9 +36,6 @@
|
||||
#define E_SPAM 5
|
||||
|
||||
|
||||
void
|
||||
vlogger(int severity, int domain, const char *fmt, va_list args);
|
||||
|
||||
void
|
||||
DPRINTF(int severity, int domain, const char *fmt, ...) __attribute__((format(printf, 3, 4)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user