X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=utils%2Ftextclient.h;h=0d9aca3b88436c761758078690b4c356d9d110b1;hp=4f9a2bd609f7cd7eb4c441d11df9a92f777f55c9;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/utils/textclient.h b/utils/textclient.h index 4f9a2bd6..0d9aca3b 100644 --- a/utils/textclient.h +++ b/utils/textclient.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 2012-2014 Jamie Zawinski +/* xscreensaver, Copyright (c) 2012-2016 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -29,4 +29,11 @@ extern void textclient_reshape (text_data *, extern int textclient_getc (text_data *); extern Bool textclient_putc (text_data *, XKeyEvent *); +# if defined(USE_IPHONE) || defined(HAVE_ANDROID) +extern char *textclient_mobile_date_string (void); +extern char *textclient_mobile_url_string (Display *, const char *url); +extern char *textclient_strip_html (const char *); +extern char *textclient_strip_rss (const char *); +# endif + #endif /* __TEXTCLIENT_H__ */