From 5d05a57139672acc5c491116a5f0cd45b2e16bb3 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sun, 21 Dec 2003 17:45:51 +0000 Subject: CVS headers added --- (limited to 'mod_log_sql.c') 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 @@ - +/* $Header: /home/cvs/mod_log_sql/mod_log_sql.c,v 1.2 2003/12/21 17:45:51 urkle Exp $ */ /* --------* * DEFINES * * --------*/ @@ -75,7 +75,7 @@ typedef const char *(*item_key_func) (request_rec *, char *); * Each child process has its own segregated copy of this structure. */ typedef struct { - array_header *transfer_ignore_list; + apr_array_t *transfer_ignore_list; array_header *transfer_accept_list; array_header *remhost_ignore_list; array_header *notes_list; -- cgit v0.9.2