summaryrefslogtreecommitdiffstatsabout
path: root/utility/logparse.h
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2008-10-26 00:11:22 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2008-10-26 00:11:22 (GMT)
commit017c8fdf246df82385fb0222890be85c461d0275 (patch)
tree6c654f1b6d350eecf481154cf71823f626478d8e /utility/logparse.h
parenta72d191594161a01fb773e9d8f4b565805795b10 (diff)
implement filter support
add in check for Apache 1.3 apr_dbd_transaction_mode_set method add transaction stubs
Diffstat (limited to 'utility/logparse.h')
-rw-r--r--utility/logparse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utility/logparse.h b/utility/logparse.h
index bc39cb1..0b8607b 100644
--- a/utility/logparse.h
+++ b/utility/logparse.h
@@ -25,7 +25,7 @@ void parser_find_logs(config_t *cfg);
25 25
26apr_status_t parse_logfile(config_t *cfg, const char *filename); 26apr_status_t parse_logfile(config_t *cfg, const char *filename);
27 27
28apr_status_t parse_processline(apr_pool_t *ptemp, config_t *cfg, char **argv, 28apr_status_t parse_processline(apr_pool_t *ptemp, config_t *cfg, int line,
29 int argc); 29 char **argv, int argc);
30 30
31#endif /*LOGPARSE_H_*/ 31#endif /*LOGPARSE_H_*/