summaryrefslogtreecommitdiff
path: root/content/urldb.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/urldb.h')
-rw-r--r--content/urldb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/urldb.h b/content/urldb.h
index 0e655dbe1..f31409c41 100644
--- a/content/urldb.h
+++ b/content/urldb.h
@@ -85,7 +85,7 @@ const char *urldb_get_url(const char *url);
/* Authentication modification / lookup */
void urldb_set_auth_details(const char *url, const char *realm,
const char *auth);
-const char *urldb_get_auth_details(const char *url);
+const char *urldb_get_auth_details(const char *url, const char *realm);
/* SSL certificate permissions */
void urldb_set_cert_permissions(const char *url, bool permit);