summaryrefslogtreecommitdiff
path: root/desktop/hotlist.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-08-23 19:49:06 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-08-23 19:49:06 +0100
commit2c3d2e5f8e3a862dee1e0101e40abb9430736ef3 (patch)
tree1531098101d3ccf39805e79fb2c47fbab275d40a /desktop/hotlist.h
parent44e33001d7104cc7ec38a654f358392bf6240ad3 (diff)
downloadnetsurf-2c3d2e5f8e3a862dee1e0101e40abb9430736ef3.tar.gz
netsurf-2c3d2e5f8e3a862dee1e0101e40abb9430736ef3.tar.bz2
Add function to update visited data for hotlist entries.
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