summaryrefslogtreecommitdiff
path: root/frontends/amiga/pageinfo.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2020-05-22 18:52:29 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2020-05-22 18:52:29 +0100
commit244c49df26ba943dc7cef60413126fbaf52a4428 (patch)
tree5780e1b7fe84d1ad0371fe751b1cccdf35e84a2b /frontends/amiga/pageinfo.h
parentd090f016ad753d41077e616db2c17bf1bf1408ec (diff)
downloadnetsurf-244c49df26ba943dc7cef60413126fbaf52a4428.tar.gz
netsurf-244c49df26ba943dc7cef60413126fbaf52a4428.tar.bz2
Amiga: Add page info window
Currently untested but builds OK
Diffstat (limited to 'frontends/amiga/pageinfo.h')
-rw-r--r--frontends/amiga/pageinfo.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/frontends/amiga/pageinfo.h b/frontends/amiga/pageinfo.h
new file mode 100644
index 000000000..7737b258e
--- /dev/null
+++ b/frontends/amiga/pageinfo.h
@@ -0,0 +1,31 @@
+/*
+ * Copyright 2020 Chris Young <chris@unsatisfactorysoftware.co.uk>
+ *
+ * This file is part of NetSurf, http://www.netsurf-browser.org/
+ *
+ * NetSurf is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * NetSurf is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef AMIGA_PAGEINFO_H
+#define AMIGA_PAGEINFO_H
+
+/**
+ * Open the page info window
+ *
+ * \param bw the browser window
+ * \return NSERROR_OK or error code if window creation failed.
+ */
+nserror ami_pageinfo_open(struct browser_window *bw);
+
+#endif
+