From 5078bffad799d41f8098e59b50d29dc018549663 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 13 Mar 2017 16:38:24 +0000 Subject: change urldb_set_title API to return an error status --- content/urldb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/urldb.h') diff --git a/content/urldb.h b/content/urldb.h index 7230d0bb9..734b94a0e 100644 --- a/content/urldb.h +++ b/content/urldb.h @@ -58,8 +58,9 @@ bool urldb_add_url(struct nsurl *url); * * \param url The URL to look for * \param title The title string to use (copied) + * \return NSERROR_OK on success otherwise appropriate error code */ -void urldb_set_url_title(struct nsurl *url, const char *title); +nserror urldb_set_url_title(struct nsurl *url, const char *title); /** -- cgit v1.2.3