summaryrefslogtreecommitdiff
path: root/include/apr_mmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_mmap.h')
-rw-r--r--include/apr_mmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_mmap.h b/include/apr_mmap.h
index 06cef140c..7cf2349f0 100644
--- a/include/apr_mmap.h
+++ b/include/apr_mmap.h
@@ -79,7 +79,7 @@ typedef struct ap_mmap_t ap_mmap_t;
* arg 5) The context to use when creating the mmap.
*/
ap_status_t ap_mmap_create(ap_mmap_t ** newmmap, ap_file_t *file, ap_off_t offset,
- ap_size_t size, ap_context_t *cntxt);
+ ap_size_t size, ap_pool_t *cntxt);
/* ***APRDOC********************************************************
* ap_status_t ap_mmap_delete(ap_mmap_t *mmap)