diff options
Diffstat (limited to 'os/os2/util_os2.c')
-rw-r--r-- | os/os2/util_os2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/os2/util_os2.c b/os/os2/util_os2.c index 86128412cf..165c5f1fef 100644 --- a/os/os2/util_os2.c +++ b/os/os2/util_os2.c @@ -5,7 +5,7 @@ #include "http_log.h" -API_EXPORT(char *)ap_os_canonical_filename(pool *pPool, const char *szFile) +API_EXPORT(char *)ap_os_canonical_filename(ap_context_t *pPool, const char *szFile) { char buf[HUGE_STRING_LEN]; char buf2[HUGE_STRING_LEN]; |