summaryrefslogtreecommitdiff
path: root/vdr-smarttvweb/httpresource.h
diff options
context:
space:
mode:
authorthlo <t.lohmar@gmx.de>2013-01-20 22:05:31 +0100
committerthlo <t.lohmar@gmx.de>2013-01-20 22:05:31 +0100
commitbdfc63bbfab0674c9626a863a90fb2c287ef48bc (patch)
tree72d7f3a4811f47e124604dacdc28e23f8e630573 /vdr-smarttvweb/httpresource.h
parentdacf1012deaab969d17e4d0ada33abd976dde6be (diff)
downloadvdr-plugin-smarttvweb-bdfc63bbfab0674c9626a863a90fb2c287ef48bc.tar.gz
vdr-plugin-smarttvweb-bdfc63bbfab0674c9626a863a90fb2c287ef48bc.tar.bz2
Resume Fixes
Diffstat (limited to 'vdr-smarttvweb/httpresource.h')
-rwxr-xr-xvdr-smarttvweb/httpresource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vdr-smarttvweb/httpresource.h b/vdr-smarttvweb/httpresource.h
index fef59ce..74765de 100755
--- a/vdr-smarttvweb/httpresource.h
+++ b/vdr-smarttvweb/httpresource.h
@@ -144,7 +144,8 @@ class cHttpResource {
int sendVdrDir(struct stat *statbuf);
int sendRecordingsXml (struct stat *statbuf);
int sendChannelsXml (struct stat *statbuf);
- int sendResumeXml (struct stat *statbuf);
+ int sendResumeXml ();
+ // int sendResumeXml (struct stat *statbuf);
int sendEpgXml (struct stat *statbuf);
int sendMediaXml (struct stat *statbuf);