Make vlogger() static; unneeded outside of logger.c

This commit is contained in:
Julien BLACHE
2010-05-03 18:19:40 +02:00
parent f265e84114
commit 0982b9fbbb
2 changed files with 1 additions and 4 deletions

View File

@@ -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)));