aboutsummaryrefslogtreecommitdiffstats
path: root/src/LogBackend.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LogBackend.hxx')
-rw-r--r--src/LogBackend.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/LogBackend.hxx b/src/LogBackend.hxx
index 75a692ede..23df2037e 100644
--- a/src/LogBackend.hxx
+++ b/src/LogBackend.hxx
@@ -20,14 +20,19 @@
#ifndef MPD_LOG_BACKEND_HXX
#define MPD_LOG_BACKEND_HXX
+#include "check.h"
#include "LogLevel.hxx"
void
SetLogThreshold(LogLevel _threshold);
+#ifdef HAVE_GLIB
+
void
SetLogCharset(const char *_charset);
+#endif
+
void
EnableLogTimestamp();