From 49810d8191e9a806ceb8a92c68369d8dac261f0d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 3 Apr 2010 11:55:28 +0000 Subject: Use mutator to modify content's title field. svn path=/trunk/netsurf/; revision=10231 --- content/content_protected.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index 261ee7bcb..013a9645f 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -204,6 +204,7 @@ void content_add_error(struct content *c, const char *token, void content__reformat(struct content *c, int width, int height); +bool content__set_title(struct content *c, const char *title); content_type content__get_type(struct content *c); const char *content__get_url(struct content *c); -- cgit v1.2.3