summaryrefslogtreecommitdiffstatsabout
path: root/mod_log_sql.c
diff options
context:
space:
mode:
Diffstat (limited to 'mod_log_sql.c')
-rw-r--r--mod_log_sql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod_log_sql.c b/mod_log_sql.c
index 82d0483..60d2b33 100644
--- a/mod_log_sql.c
+++ b/mod_log_sql.c
@@ -1,4 +1,4 @@
1 1/* $Header: /home/cvs/mod_log_sql/mod_log_sql.c,v 1.2 2003/12/21 17:45:51 urkle Exp $ */
2/* --------* 2/* --------*
3 * DEFINES * 3 * DEFINES *
4 * --------*/ 4 * --------*/
@@ -75,7 +75,7 @@ typedef const char *(*item_key_func) (request_rec *, char *);
75 * Each child process has its own segregated copy of this structure. 75 * Each child process has its own segregated copy of this structure.
76 */ 76 */
77typedef struct { 77typedef struct {
78 array_header *transfer_ignore_list; 78 apr_array_t *transfer_ignore_list;
79 array_header *transfer_accept_list; 79 array_header *transfer_accept_list;
80 array_header *remhost_ignore_list; 80 array_header *remhost_ignore_list;
81 array_header *notes_list; 81 array_header *notes_list;