]> granicus.if.org Git - apache/commitdiff
Make the function declaration match the prototype
authorBradley Nicholes <bnicholes@apache.org>
Tue, 8 Feb 2005 19:41:15 +0000 (19:41 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 8 Feb 2005 19:41:15 +0000 (19:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@152927 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_disk_cache.c

index d681782f6d64ddcd69dd39d3559401c6e3d1a04a..e6a36716b855a520de276f2aa98c1ab0ffbe4500 100644 (file)
@@ -249,7 +249,7 @@ static int file_cache_recall_mydata(apr_file_t *fd, cache_info *info,
  * Hook and mod_cache callback functions
  */
 #define AP_TEMPFILE "/aptmpXXXXXX"
-static int create_entity(cache_handle_t *h, request_rec *r, const char *key)
+static int create_entity(cache_handle_t *h, request_rec *r, const char *key, apr_off_t len)
 {
     disk_cache_conf *conf = ap_get_module_config(r->server->module_config,
                                                  &disk_cache_module);