summaryrefslogtreecommitdiff
path: root/content/fetchers/about.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/about.h')
-rw-r--r--content/fetchers/about.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/fetchers/about.h b/content/fetchers/about.h
index 9544971a6..944f84a59 100644
--- a/content/fetchers/about.h
+++ b/content/fetchers/about.h
@@ -23,6 +23,11 @@
#ifndef NETSURF_CONTENT_FETCHERS_FETCH_ABOUT_H
#define NETSURF_CONTENT_FETCHERS_FETCH_ABOUT_H
+/**
+ * Register about scheme handler.
+ *
+ * \return NSERROR_OK on successful registration or error code on failure.
+ */
nserror fetch_about_register(void);
#endif