diff options
author | Edward Rudd | 2004-01-21 04:34:21 +0000 |
---|---|---|
committer | Edward Rudd | 2004-01-21 04:34:21 +0000 |
commit | b19a5851171395e196ed686977482d79d7140cfd (patch) | |
tree | 5e8edc605c5aca8cb95252fbb30ea008b40dd78f /mod_log_sql.h | |
parent | f26e43417ed614aa5e6c328f1610f1fca4708e99 (diff) |
fixed log_error function1.93
finished ssl split into separate module
added item registration function. (for ssl sub-module)
release 1.93
Diffstat (limited to 'mod_log_sql.h')
-rw-r--r-- | mod_log_sql.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod_log_sql.h b/mod_log_sql.h index 90f4c06..8093cee 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.1 2004/01/20 20:33:20 urkle Exp $ */ | 1 | /* $Header: /home/cvs/mod_log_sql/mod_log_sql.h,v 1.2 2004/01/21 04:34:21 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,7 +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(apr_pool_t *p, char key, |
30 | log_sql_item_func *func, const char *sql_field_name, | 30 | 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 | 32 | ||