summaryrefslogtreecommitdiff
path: root/content/fetchers/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/file.h')
-rw-r--r--content/fetchers/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchers/file.h b/content/fetchers/file.h
index d1621b9ba..b3c39db9f 100644
--- a/content/fetchers/file.h
+++ b/content/fetchers/file.h
@@ -23,6 +23,6 @@
#ifndef NETSURF_CONTENT_FETCHERS_FETCH_FILE_H
#define NETSURF_CONTENT_FETCHERS_FETCH_FILE_H
-void fetch_file_register(void);
+nserror fetch_file_register(void);
#endif