summaryrefslogtreecommitdiffstatsabout
path: root/utility/logparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'utility/logparse.h')
-rw-r--r--utility/logparse.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/utility/logparse.h b/utility/logparse.h
new file mode 100644
index 0000000..540a9e0
--- /dev/null
+++ b/utility/logparse.h
@@ -0,0 +1,10 @@
1#ifndef LOGPARSE_H_
2#define LOGPARSE_H_
3
4#include "config.h"
5
6void find_log_files(config_t *cfg);
7
8apr_status_t parse_logfile(config_t *cfg, const char *filename);
9
10#endif /*LOGPARSE_H_*/