diff options
author | Edward Rudd | 2004-01-22 05:26:56 +0000 |
---|---|---|
committer | Edward Rudd | 2004-01-22 05:26:56 +0000 |
commit | f230d2468cdc8ee3d290d34a36593b154f51aee1 (patch) | |
tree | d823f819136bd34dfa5bb0cba94c6c8c03e852d6 /mod_log_sql.h | |
parent | b19a5851171395e196ed686977482d79d7140cfd (diff) |
SSL support working under 1.3 and 2.0 as a separate module
preparsing of logformat completed.
updated configure scripts to detect mod_ssl.h for 1.3 (mostly)
Diffstat (limited to 'mod_log_sql.h')
-rw-r--r-- | mod_log_sql.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mod_log_sql.h b/mod_log_sql.h index 8093cee..f54ab54 100644 --- a/mod_log_sql.h +++ b/mod_log_sql.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Header: /home/cvs/mod_log_sql/mod_log_sql.h,v 1.2 2004/01/21 04:34:21 urkle Exp $ */ | 1 | /* $Header: /home/cvs/mod_log_sql/mod_log_sql.h,v 1.3 2004/01/22 05:26:56 urkle Exp $ */ |
2 | #ifndef MOD_LOG_SQL_H | 2 | #ifndef MOD_LOG_SQL_H |
3 | #define MOD_LOG_SQL_H | 3 | #define MOD_LOG_SQL_H |
4 | 4 | ||
@@ -26,8 +26,7 @@ | |||
26 | typedef const char *log_sql_item_func(request_rec *r, char *a); | 26 | typedef const char *log_sql_item_func(request_rec *r, char *a); |
27 | 27 | ||
28 | /* Registration Function for extract functions */ | 28 | /* Registration Function for extract functions */ |
29 | LOGSQL_DECLARE(void) log_sql_register_item(apr_pool_t *p, char key, | 29 | LOGSQL_DECLARE(void) log_sql_register_item(server_rec *s, apr_pool_t *p, |
30 | log_sql_item_func *func, const char *sql_field_name, | 30 | char key, log_sql_item_func *func, const char *sql_field_name, |
31 | int want_orig_default, int string_contents); | 31 | int want_orig_default, int string_contents); |
32 | |||
33 | #endif /* MOD_LOG_SQL_H */ | 32 | #endif /* MOD_LOG_SQL_H */ |