diff options
| author | bwarsaw | 1999-02-25 15:30:55 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-02-25 15:30:55 +0000 |
| commit | cae633fb4c307ae70284c3c7540c443f29a72692 (patch) | |
| tree | ed72c15192cb203defa982fcd97eeac779b2e147 /src/common.c | |
| parent | e651cc272a727956f3726183e51daecf783a0ffe (diff) | |
| download | mailman-cae633fb4c307ae70284c3c7540c443f29a72692.tar.gz mailman-cae633fb4c307ae70284c3c7540c443f29a72692.tar.zst mailman-cae633fb4c307ae70284c3c7540c443f29a72692.zip | |
Diffstat (limited to 'src/common.c')
| -rw-r--r-- | src/common.c | 3 |
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 |
