summaryrefslogtreecommitdiff
path: root/content/urldb.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/urldb.h')
-rw-r--r--content/urldb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/urldb.h b/content/urldb.h
index 1a7383022..b7f57ebdd 100644
--- a/content/urldb.h
+++ b/content/urldb.h
@@ -38,6 +38,7 @@ void urldb_set_url_content_type(const char *url, content_type type);
void urldb_update_url_visit_data(const char *url);
void urldb_reset_url_visit_data(const char *url);
const struct url_data *urldb_get_url_data(const char *url);
+const char *urldb_get_url(const char *url);
/* Authentication modification / lookup */
void urldb_set_auth_details(const char *url, const char *realm,