From f9f8794a67561c243823cac0a45d8906e90ee7bb Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Mon, 27 Oct 2008 02:10:15 +0000 Subject: Added summary page including line count, duration, and final status of file --- (limited to 'utility/logparse.h') diff --git a/utility/logparse.h b/utility/logparse.h index 0b8607b..fe708a5 100644 --- a/utility/logparse.h +++ b/utility/logparse.h @@ -23,9 +23,9 @@ void parser_init(apr_pool_t *p); void parser_find_logs(config_t *cfg); -apr_status_t parse_logfile(config_t *cfg, const char *filename); +apr_status_t parser_parsefile(config_t *cfg, config_filestat_t *fstat); -apr_status_t parse_processline(apr_pool_t *ptemp, config_t *cfg, int line, - char **argv, int argc); +apr_status_t parser_processline(apr_pool_t *ptemp, config_t *cfg, + config_filestat_t *line, char **argv, int argc); #endif /*LOGPARSE_H_*/ -- cgit v0.9.2