From 0ddd719a72469f732a881c93d4c804e9aca787fe Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Wed, 22 Oct 2008 12:40:58 +0000 Subject: added more config options included PCRE wrapper from httpd more complete log parser code. fixed NASTY bug with setting values in the hash tables (Need to DUP the strings before setting the keys) --- (limited to 'utility/util.h') diff --git a/utility/util.h b/utility/util.h new file mode 100644 index 0000000..8c48474 --- /dev/null +++ b/utility/util.h @@ -0,0 +1,13 @@ +#ifndef UTIL_H_ +#define UTIL_H_ + +#include "apr_pools.h" + +char *lowerstr(apr_pool_t *pool, const char *input); + +/** + * Chomp new line characters off the end of the line + */ +void line_chomp(char *str); + +#endif /*UTIL_H_*/ -- cgit v0.9.2