summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
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;
+
/*