summaryrefslogtreecommitdiff
path: root/riscos/about.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-09-16 20:02:55 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-09-16 20:02:55 +0000
commitf4e447871bb0a84c71943b73344b987529567cea (patch)
tree816589c0bd64fd81336f6701e51b6a8bef7bd123 /riscos/about.h
parent9a23a2bc77f45c4f43153af42b08c746361fa5c9 (diff)
downloadnetsurf-f4e447871bb0a84c71943b73344b987529567cea.tar.gz
netsurf-f4e447871bb0a84c71943b73344b987529567cea.tar.bz2
[project @ 2003-09-16 20:02:55 by jmb]
Add dynamically created About page. Accessed via about: svn path=/import/netsurf/; revision=294
Diffstat (limited to 'riscos/about.h')
-rw-r--r--riscos/about.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/riscos/about.h b/riscos/about.h
new file mode 100644
index 000000000..cdcdcc885
--- /dev/null
+++ b/riscos/about.h
@@ -0,0 +1,14 @@
+/*
+ * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * Licensed under the GNU General Public License,
+ * http://www.opensource.org/licenses/gpl-license
+ * Copyright 2003 John M Bell <jmb202@ecs.soton.ac.uk>
+ */
+
+#ifndef _NETSURF_RISCOS_ABOUT_H_
+#define _NETSURF_RISCOS_ABOUT_H_
+
+void about_create(void);
+
+#endif
+