Commit dded1448 authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

Make the function declaration match the prototype

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@152927 13f79535-47bb-0310-9956-ffa450edef68
parent 84f6faf4
Loading
Loading
Loading
Loading
+1 −1
Changes for modules/cache/mod_disk_cache.c: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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);