summaryrefslogtreecommitdiffstatsabout
path: root/utility/logparse.h
diff options
context:
space:
mode:
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_*/