summaryrefslogtreecommitdiff
path: root/frontends/riscos/gui/url_bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/riscos/gui/url_bar.h')
-rw-r--r--frontends/riscos/gui/url_bar.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/frontends/riscos/gui/url_bar.h b/frontends/riscos/gui/url_bar.h
index 9486e214d..f7ed38a66 100644
--- a/frontends/riscos/gui/url_bar.h
+++ b/frontends/riscos/gui/url_bar.h
@@ -323,8 +323,17 @@ bool ro_gui_url_bar_set_content_favicon(struct url_bar *url_bar,
* \param *url_bar The URL bar to update.
* \return true if successful; else false.
*/
-
bool ro_gui_url_bar_update_urlsuggest(struct url_bar *url_bar);
+
+/**
+ * Update the page info icon
+ *
+ * \param url_bar The URL bar to update.
+ * \return true if successful; else false.
+ */
+bool ro_gui_url_bar_page_info_change(struct url_bar *url_bar);
+
+
#endif