diff options
Diffstat (limited to 'mod_log_sql.h')
| -rw-r--r-- | mod_log_sql.h | 2 |
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 | ||
| 81 | typedef struct { | 81 | typedef 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 */ |
