summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common.c3
-rw-r--r--src/common.h3
2 files changed, 3 insertions, 3 deletions
diff --git a/src/common.c b/src/common.c
index c25db2dee..9de44907a 100644
--- a/src/common.c
+++ b/src/common.c
@@ -30,9 +30,6 @@ 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
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;
+
/*