From http://www.jwz.org/xscreensaver/xscreensaver-5.36.tar.gz
[xscreensaver] / utils / textclient-mobile.c
index 9aef5dff26af0a195b1df4c0466da214a518041a..c321487ed170bf6660632e81986edb342d09c746 100644 (file)
@@ -304,7 +304,7 @@ decode_entities (const char *html)
    in UTF8 encoding.  HTML tags are stripped, <BR> and <P> 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 <description> field
    of each <item>, and decodes HTML within it.
  */
-char *
+static char *
 textclient_strip_rss (const char *rss)
 {
   char *ret = malloc (strlen(rss) * 4 + 1);  // room for UTF8