From 90d2e2faf8418d3830c89bafe8a642bef039d3ae Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Tue, 5 Feb 2002 02:47:29 +0000 Subject: [PATCH] Add the return type to the function definition. Submitted by: Joe Norton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93245 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/mod_cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/experimental/mod_cache.c b/modules/experimental/mod_cache.c index 170fab9ce0..1c48776ae5 100644 --- a/modules/experimental/mod_cache.c +++ b/modules/experimental/mod_cache.c @@ -931,8 +931,8 @@ static const char conf->complete_set = 1; return NULL; } -static cache_post_config(apr_pool_t *p, apr_pool_t *plog, - apr_pool_t *ptemp, server_rec *s) +static int +cache_post_config(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s) { /* This is the means by which unusual (non-unix) os's may find alternate * means to run a given command (e.g. shebang/registry parsing on Win32) -- 2.40.0