summaryrefslogtreecommitdiffstatsabout
path: root/utility/logparse.h
blob: 540a9e0c94bfdeabc0ff0a18755ed21e6b216267 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef LOGPARSE_H_
#define LOGPARSE_H_

#include "config.h"

void find_log_files(config_t *cfg);

apr_status_t parse_logfile(config_t *cfg, const char *filename);

#endif /*LOGPARSE_H_*/