diff options
Diffstat (limited to 'src')
| -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 |
