summaryrefslogtreecommitdiffstatsabout
path: root/mod_log_sql.h
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-07-16 01:33:59 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-07-16 01:33:59 (GMT)
commit197e405e8e8ae8e11bb251305043810c7fa93e4e (patch)
treec601e247a7073c6385cf739d96de7399c31b5feb /mod_log_sql.h
parent21122f1bb734aa00fc14564d801ea9dc4804c793 (diff)
fixed another segfault related to the mysql escaping function (forcepreserve bug)
included win32 build bat files in distribution separated -Werror to a configure time option (--enable-maintainer) update autogen to use autoconf 2.57, aclocal 1.7 included pgsql and dbi module source in distribution. setup autodetection in configure script for databases.
Diffstat (limited to 'mod_log_sql.h')
-rw-r--r--mod_log_sql.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod_log_sql.h b/mod_log_sql.h
index e708f57..6bcd6cb 100644
--- a/mod_log_sql.h
+++ b/mod_log_sql.h
@@ -79,6 +79,8 @@ typedef enum {
79/* Registration function for database drivers */ 79/* Registration function for database drivers */
80 80
81typedef struct { 81typedef struct {
82 /* name of the provider */
83 const char *providername;
82 /* NULL terminated list of drivers strings */ 84 /* NULL terminated list of drivers strings */
83 const char **provided_drivers; 85 const char **provided_drivers;
84 /* create a connection to the underlying database layer */ 86 /* create a connection to the underlying database layer */