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