summaryrefslogtreecommitdiff
path: root/windows/filetype.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-03-13 14:32:06 +0000
committerVincent Sanders <vince@kyllikki.org>2015-03-13 14:32:06 +0000
commit8525c857da966580c57aa595ec44ba1c4fc2326a (patch)
tree952b61909ac17ad4666f82c005e4470ea20ff3f4 /windows/filetype.h
parenta487f7e611550b0058a780cf673480eb8de6f799 (diff)
downloadnetsurf-8525c857da966580c57aa595ec44ba1c4fc2326a.tar.gz
netsurf-8525c857da966580c57aa595ec44ba1c4fc2326a.tar.bz2
Clean up more windows frontend issues and split out more functionality
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