summaryrefslogtreecommitdiff
path: root/framebuffer/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/history.c')
-rw-r--r--framebuffer/history.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/framebuffer/history.c b/framebuffer/history.c
index 64b56e56a..f81a98c3e 100644
--- a/framebuffer/history.c
+++ b/framebuffer/history.c
@@ -20,6 +20,13 @@
void global_history_add(const char *url)
{
+ const struct url_data *data;
+
+ data = urldb_get_url_data(url);
+ if (!data)
+ return;
+
+
}
void global_history_add_recent(const char *url)