X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utils%2Ftextclient.h;h=0fe582dc0c3251945f4d2e7aa1a0ed90dcdd4ed9;hb=d6b0217f2417bd19187f0ebc389d6c5c2233b11c;hp=4f9a2bd609f7cd7eb4c441d11df9a92f777f55c9;hpb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;p=xscreensaver diff --git a/utils/textclient.h b/utils/textclient.h index 4f9a2bd6..0fe582dc 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,9 @@ 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); +# endif + #endif /* __TEXTCLIENT_H__ */