diff options
| author | bwarsaw | 1999-01-07 00:01:26 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-01-07 00:01:26 +0000 |
| commit | 5196e8f0df045be91e3fb77febf3ca7e5a263ae4 (patch) | |
| tree | a43eee199b49b17143768c44605677bb20b7f5b7 /src/common.h | |
| parent | b0c0f6c93d00fd94e4a84cb5f24c556811fb7b5d (diff) | |
| download | mailman-5196e8f0df045be91e3fb77febf3ca7e5a263ae4.tar.gz mailman-5196e8f0df045be91e3fb77febf3ca7e5a263ae4.tar.zst mailman-5196e8f0df045be91e3fb77febf3ca7e5a263ae4.zip | |
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index e9470d239..15ac3b304 100644 --- a/src/common.h +++ b/src/common.h @@ -30,6 +30,10 @@ void fatal(const char*, const char*, ...); void check_caller(const char*, gid_t); int run_script(const char*, int, char**, char**); +/* bogus global variable used as a flag */ +extern int running_as_cgi; + + /* * Local Variables: |
