summaryrefslogtreecommitdiff
path: root/content/fetchers/about/about.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-09-20 16:36:01 +0100
committerVincent Sanders <vince@kyllikki.org>2020-09-20 16:36:01 +0100
commit5207ecf3083fdf9e28fbc775426e415ff4a08f5d (patch)
treef3ed40f3473a9af2da7a8c5f340805e792d97942 /content/fetchers/about/about.h
parentc74509cdf58fb2473290fcacb8b1cc885b53df87 (diff)
downloadnetsurf-5207ecf3083fdf9e28fbc775426e415ff4a08f5d.tar.gz
netsurf-5207ecf3083fdf9e28fbc775426e415ff4a08f5d.tar.bz2
split out the about scheme imagecache page generator
Diffstat (limited to 'content/fetchers/about/about.h')
-rw-r--r--content/fetchers/about/about.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/content/fetchers/about/about.h b/content/fetchers/about/about.h
index 944f84a59..bf6379709 100644
--- a/content/fetchers/about/about.h
+++ b/content/fetchers/about/about.h
@@ -16,12 +16,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
- * about: URL method handler
+/**
+ * \file
+ * about scheme URL method handler
*/
-#ifndef NETSURF_CONTENT_FETCHERS_FETCH_ABOUT_H
-#define NETSURF_CONTENT_FETCHERS_FETCH_ABOUT_H
+#ifndef NETSURF_CONTENT_FETCHERS_ABOUT_ABOUT_H
+#define NETSURF_CONTENT_FETCHERS_ABOUT_ABOUT_H
/**
* Register about scheme handler.