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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/mailutils/log.h b/include/mailutils/log.h
index d615dd96b..24f303aae 100644
--- a/include/mailutils/log.h
+++ b/include/mailutils/log.h
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2010-2019 Free Software Foundation, Inc.
+ Copyright (C) 2010-2024 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -34,7 +34,8 @@ extern "C" {
#define MU_LOGMODE_SEVERITY 0x0001
#define MU_LOGMODE_LOCUS 0x0002
-
+#define MU_LOGMODE_PREFIX 0x0004
+
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.