summaryrefslogtreecommitdiff
path: root/src/common.c
diff options
context:
space:
mode:
authorbwarsaw1999-02-25 15:30:55 +0000
committerbwarsaw1999-02-25 15:30:55 +0000
commitcae633fb4c307ae70284c3c7540c443f29a72692 (patch)
treeed72c15192cb203defa982fcd97eeac779b2e147 /src/common.c
parente651cc272a727956f3726183e51daecf783a0ffe (diff)
downloadmailman-cae633fb4c307ae70284c3c7540c443f29a72692.tar.gz
mailman-cae633fb4c307ae70284c3c7540c443f29a72692.tar.zst
mailman-cae633fb4c307ae70284c3c7540c443f29a72692.zip
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c
index 9de44907a..c25db2dee 100644
--- a/src/common.c
+++ b/src/common.c
@@ -30,6 +30,9 @@ char* python = PYTHON;
/* bogus global variable used as a flag */
int running_as_cgi = 0;
+/* extern to reference this global from one of the wrapper mains */
+extern const char* logident;
+
/* Some older systems don't define strerror(). Provide a replacement that is