summaryrefslogtreecommitdiff
path: root/windows/filetype.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/filetype.h')
-rw-r--r--windows/filetype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/filetype.h b/windows/filetype.h
index 084e97493..f71a0b2da 100644
--- a/windows/filetype.h
+++ b/windows/filetype.h
@@ -19,6 +19,6 @@
#ifndef _NETSURF_WINDOWS_FILETYPE_H_
#define _NETSURF_WINDOWS_FILETYPE_H_
-const char *fetch_filetype(const char *unix_path);
+struct gui_fetch_table *win32_fetch_table;
#endif