]> granicus.if.org Git - apache/commitdiff
* modules/loggers/mod_log_debug.c: Mark private globals as static.
authorJoe Orton <jorton@apache.org>
Tue, 17 Apr 2012 08:07:11 +0000 (08:07 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 17 Apr 2012 08:07:11 +0000 (08:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1326980 13f79535-47bb-0310-9956-ffa450edef68

modules/loggers/mod_log_debug.c

index 0361cba716e2b8cb2f4b79c3e451ded3852a9636..9111b119652ab3d331bd7ba0b39792f129c8b9dd 100644 (file)
@@ -35,8 +35,8 @@ typedef struct {
     apr_array_header_t *entries;
 } log_debug_dirconf;
 
-const char *allhooks = "all";
-const char * const hooks[] = {
+static const char *allhooks = "all";
+static const char * const hooks[] = {
     "log_transaction",      /*  0 */
     "quick_handler",        /*  1 */
     "handler",              /*  2 */