diff options
| author | hmeland | 1999-02-25 15:30:59 +0000 |
|---|---|---|
| committer | hmeland | 1999-02-25 15:30:59 +0000 |
| commit | c36dd7800f4ba0162643dbda2b74bc8b99686b09 (patch) | |
| tree | 404fc631afa9fbef11c8c8134d87f2dba964dda0 /src/common.h | |
| parent | cae633fb4c307ae70284c3c7540c443f29a72692 (diff) | |
| download | mailman-c36dd7800f4ba0162643dbda2b74bc8b99686b09.tar.gz mailman-c36dd7800f4ba0162643dbda2b74bc8b99686b09.tar.zst mailman-c36dd7800f4ba0162643dbda2b74bc8b99686b09.zip | |
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 15ac3b304..b1917c22f 100644 --- a/src/common.h +++ b/src/common.h @@ -33,6 +33,9 @@ int run_script(const char*, int, char**, char**); /* bogus global variable used as a flag */ extern int running_as_cgi; +/* extern to reference this global from one of the wrapper mains */ +extern const char* logident; + /* |
