X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=utils%2Ftextclient-mobile.c;h=c321487ed170bf6660632e81986edb342d09c746;hp=9aef5dff26af0a195b1df4c0466da214a518041a;hb=d6b0217f2417bd19187f0ebc389d6c5c2233b11c;hpb=aa75c7476aeaa84cf3abc192b376a8b03c325213 diff --git a/utils/textclient-mobile.c b/utils/textclient-mobile.c index 9aef5dff..c321487e 100644 --- a/utils/textclient-mobile.c +++ b/utils/textclient-mobile.c @@ -304,7 +304,7 @@ decode_entities (const char *html) in UTF8 encoding. HTML tags are stripped,
and

are converted to newlines, and some basic HTML entities are decoded. */ -char * +static char * textclient_strip_html (const char *html) { int tag = 0; @@ -549,7 +549,7 @@ strip_wiki (char *text) in UTF8 encoding. Rougly, it uses the contents of the field of each , and decodes HTML within it. */ -char * +static char * textclient_strip_rss (const char *rss) { char *ret = malloc (strlen(rss) * 4 + 1); // room for UTF8