From cc75ebf7e8560a69a6847f0260cce4772fff440a Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Wed, 01 Oct 2008 03:57:58 +0000 Subject: Initial revision of command line importer. --- (limited to 'utility/logparse.h') 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 @@ +#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_*/ -- cgit v0.9.2