summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-04-03 11:55:28 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-04-03 11:55:28 +0000
commit49810d8191e9a806ceb8a92c68369d8dac261f0d (patch)
treed57d82c882eb92f0d0bcf409b43a54beadc91e04 /content/content_protected.h
parent6835a312b7df68c23fec9930b8e0aec94b537e5f (diff)
downloadnetsurf-49810d8191e9a806ceb8a92c68369d8dac261f0d.tar.gz
netsurf-49810d8191e9a806ceb8a92c68369d8dac261f0d.tar.bz2
Use mutator to modify content's title field.
svn path=/trunk/netsurf/; revision=10231
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h1
1 files changed, 1 insertions, 0 deletions
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);