summaryrefslogtreecommitdiff
path: root/file_io/os2/filestat.c
diff options
context:
space:
mode:
Diffstat (limited to 'file_io/os2/filestat.c')
-rw-r--r--file_io/os2/filestat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/os2/filestat.c b/file_io/os2/filestat.c
index ef02677c8..151951f2e 100644
--- a/file_io/os2/filestat.c
+++ b/file_io/os2/filestat.c
@@ -109,7 +109,7 @@ static ap_status_t handle_type(ap_filetype_e *ftype, HFILE file)
-ap_status_t ap_getfileinfo(ap_finfo_t *finfo, struct file_t *thefile)
+ap_status_t ap_getfileinfo(ap_finfo_t *finfo, struct ap_file_t *thefile)
{
ULONG rc;
FILESTATUS3 fstatus;