summaryrefslogtreecommitdiff
path: root/include/mailutils/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mailutils/log.h')
-rw-r--r--include/mailutils/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mailutils/log.h b/include/mailutils/log.h
index 53cccd21b..34aeb63dc 100644
--- a/include/mailutils/log.h
+++ b/include/mailutils/log.h
@@ -32,8 +32,8 @@ extern "C" {
#define MU_LOG_ALERT 6
#define MU_LOG_EMERG 7
-#define MU_LOGMODE_SEVERITY 0x0001
-#define MU_LOGMODE_LOCUS 0x0002
+#define MU_LOGMODE_SEVERITY 0x0001
+#define MU_LOGMODE_LOCUS 0x0002
int mu_log_stream_create (mu_stream_t *, mu_stream_t);
int mu_syslog_stream_create (mu_stream_t *, int);

Return to:

Send suggestions and report system problems to the System administrator.