summaryrefslogtreecommitdiff
path: root/desktop/hotlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/hotlist.h')
-rw-r--r--desktop/hotlist.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop/hotlist.h b/desktop/hotlist.h
index d55301e12..92fc5771f 100644
--- a/desktop/hotlist.h
+++ b/desktop/hotlist.h
@@ -77,6 +77,13 @@ bool hotlist_has_url(nsurl *url);
void hotlist_remove_url(nsurl *url);
/**
+ * Update given URL, e.g. new visited data
+ *
+ * \param url Address to update entries for
+ */
+void hotlist_update_url(nsurl *url);
+
+/**
* Redraw the hotlist.
*
* \param x X coordinate to render treeview at