]> granicus.if.org Git - apache/commitdiff
Add the return type to the function definition.
authorBill Stoddard <stoddard@apache.org>
Tue, 5 Feb 2002 02:47:29 +0000 (02:47 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 5 Feb 2002 02:47:29 +0000 (02:47 +0000)
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

index 170fab9ce09a52c3468d9f2aafc59f40b564c3a7..1c48776ae5b5850c4fbaa888f33ccf2119468241 100644 (file)
@@ -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)