diff options
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 | ||