diff options
author | thlo <smarttv640@gmail.com> | 2016-08-13 12:44:16 +0200 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2016-08-13 12:44:16 +0200 |
commit | 4f636a7a63c76359ec2ce374a4abf7aaafde2b48 (patch) | |
tree | 62f1dd19cb3c3b4095c6023d4cc18bcd45ad0e7c /responsememblk.h | |
parent | 24ad136d8851411c988b4c95c6adca4d09f74d61 (diff) | |
download | vdr-plugin-smarttvweb-4f636a7a63c76359ec2ce374a4abf7aaafde2b48.tar.gz vdr-plugin-smarttvweb-4f636a7a63c76359ec2ce374a4abf7aaafde2b48.tar.bz2 |
widget.conf creation from memory added. Add no-cache HTTP headers to the recordings.xml and media.xml
Diffstat (limited to 'responsememblk.h')
-rwxr-xr-x | responsememblk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/responsememblk.h b/responsememblk.h index 5cd11e8..2cdfae9 100755 --- a/responsememblk.h +++ b/responsememblk.h @@ -79,6 +79,8 @@ class cResponseMemBlk : public cResponseBase { int sendBmlInstHtml(); int sendMp4Covr(); + void sendWidgetConf(); + int sendEpgXml (struct stat *statbuf); int sendUrlsXml (); int sendMediaXml (struct stat *statbuf); |