git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Testsuite: more munging for Alpine Linux
[exim.git]
/
src
/
exim_monitor
/
em_globals.c
diff --git
a/src/exim_monitor/em_globals.c
b/src/exim_monitor/em_globals.c
index 88d5103fc9cd8839651e3353edada3d41982a880..cf9b1075e8fc969b33817b92d0fd78c6ea667369 100644
(file)
--- a/
src/exim_monitor/em_globals.c
+++ b/
src/exim_monitor/em_globals.c
@@
-3,7
+3,9
@@
*************************************************/
/* Copyright (c) University of Cambridge 1995 - 2018 */
*************************************************/
/* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
/* See the file NOTICE for conditions of use and distribution. */
/* See the file NOTICE for conditions of use and distribution. */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
#include "em_hdr.h"
#include "em_hdr.h"
@@
-81,7
+83,7
@@
uschar *queue_stripchart_name = NULL;
int queue_update = 60;
int queue_width = 600;
int queue_update = 60;
int queue_width = 600;
-pcre *yyyymmdd_regex;
+pcre
2_code
*yyyymmdd_regex;
uschar *size_stripchart = NULL;
uschar *size_stripchart_name = NULL;
uschar *size_stripchart = NULL;
uschar *size_stripchart_name = NULL;
@@
-89,7
+91,7
@@
int spool_is_split = FALSE;
int start_small = FALSE;
int stripchart_height = 90;
int stripchart_number = 1;
int start_small = FALSE;
int stripchart_height = 90;
int stripchart_number = 1;
-pcre **stripchart_regex;
+pcre
2_code
**stripchart_regex;
uschar **stripchart_title;
int *stripchart_total;
int stripchart_update = 60;
uschar **stripchart_title;
int *stripchart_total;
int stripchart_update = 60;