summaryrefslogtreecommitdiffstatsabout
path: root/mod_log_sql.c
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2003-12-21 17:45:51 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2003-12-21 17:45:51 (GMT)
commit5d05a57139672acc5c491116a5f0cd45b2e16bb3 (patch)
tree39122bc2fad698216d2c94e392e9cbf7cf5cbedc /mod_log_sql.c
parent620c3dceeb9f2bf8d41790a5af03606b937394f8 (diff)
CVS headers added
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;