summaryrefslogtreecommitdiffstatsabout
path: root/mod_log_sql.h
diff options
context:
space:
mode:
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 */